We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f1c98 commit eb94785Copy full SHA for eb94785
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
uses: ./ci/github-actions/arch-run
75
with:
76
command: |
77
+ rustup show
78
+ rustup override set nightly
79
cargo install cargo2junit cargo-tarpaulin
80
cargo tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
81
cat results.json | cargo2junit > junit.xml
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.85.0"
+channel = "nightly"
0 commit comments