Skip to content

Commit eb94785

Browse files
use rust nightly
1 parent 91f1c98 commit eb94785

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
uses: ./ci/github-actions/arch-run
7575
with:
7676
command: |
77+
rustup show
78+
rustup override set nightly
7779
cargo install cargo2junit cargo-tarpaulin
7880
cargo tarpaulin --engine llvm --out Xml -Z unstable-options -- --format json > results.json
7981
cat results.json | cargo2junit > 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)