Skip to content

Update Rust crate serde to v1.0.203 #268

Update Rust crate serde to v1.0.203

Update Rust crate serde to v1.0.203 #268

Workflow file for this run

---
name: tarpaulin
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/tarpaulin@v0.1
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