Skip to content

Commit 5f5fc35

Browse files
use rust nightly
1 parent 91f1c98 commit 5f5fc35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
command: |
7777
cargo install cargo2junit cargo-tarpaulin
78-
cargo tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
78+
cargo +nightly tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
7979
cat results.json | cargo2junit > junit.xml
8080
8181
# debug junit.xml

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "nightly"

0 commit comments

Comments
 (0)