Skip to content

Commit e5939ba

Browse files
committed
[workflows] Temporarily switch to stable for CI
`cargo +nightly test` crashes with nightly da80ed070. This will prevent lints from running on push, however, and should be changed back once nightly is fixed.
1 parent 63f5826 commit e5939ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
uses: ./.github/workflows/build-test.yml
2222
with:
2323
os: ubuntu-latest
24-
toolchain: nightly
24+
# TODO: Switch back to nightly, so that lints run, once `cargo +nightly
25+
# test` no longer crashes rustc
26+
toolchain: stable
2527
web: true

0 commit comments

Comments
 (0)