Skip to content

Update Rust crate log to v0.4.22 #304

Update Rust crate log to v0.4.22

Update Rust crate log to v0.4.22 #304

Workflow file for this run

---
name: tarpaulin
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/[email protected]
with:
version: '0.22.0'
args: '--all-features --exclude-files src/lib.rs -- --test-threads 1'
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true