There was an error while loading. Please reload this page.
1 parent 91f1c98 commit 5f5fc35Copy full SHA for 5f5fc35
2 files changed
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
command: |
77
cargo install cargo2junit cargo-tarpaulin
78
- cargo tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
+ cargo +nightly tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
79
cat results.json | cargo2junit > junit.xml
80
81
# debug junit.xml
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.85.0"
+channel = "nightly"
0 commit comments