This commit is contained in:
Deirdre Connolly 2021-06-10 22:32:28 -04:00
parent 4360ff8595
commit c9aeb16549
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
toolchain: nightly
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -61,7 +61,7 @@ jobs:
- 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