Skip to content

Commit 14e6c6b

Browse files
committed
Revert "[workflows] Temporarily switch to stable for CI"
This reverts commit e5939ba. `cargo +nightly test` is working now with the latest nightly rustc
1 parent ad17aeb commit 14e6c6b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)