We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4800832 commit 0b732eaCopy full SHA for 0b732ea
1 file changed
.github/workflows/CI.yml
@@ -30,6 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v4
33
+ - run: rustup toolchain add nightly
34
- run: cargo +nightly update -Z minimal-versions
35
- run: cargo +stable test
36
0 commit comments