Nightly tarpaulin

This commit is contained in:
Deirdre Connolly 2021-06-11 17:30:54 -04:00
parent 4769fbe900
commit b56a31866f
1 changed files with 2 additions and 2 deletions

View File

@ -56,13 +56,13 @@ jobs:
args: --all-features --all-targets -- -D warnings
coverage:
name: Code Coverage
name: Code Coverage (+nightly)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
toolchain: nightly
override: true
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1.3