Skip to content

Bump log from 0.4.21 to 0.4.22 #462

Bump log from 0.4.21 to 0.4.22

Bump log from 0.4.21 to 0.4.22 #462

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose