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 139952a commit d60ed24Copy full SHA for d60ed24
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,15 @@ jobs:
24
# Make sure CI fails on all warnings, including Clippy lints.
25
RUSTDOCFLAGS: "-Dwarnings"
26
- run: cargo test
27
-
+ - uses: dtolnay/rust-toolchain@master
28
+ with:
29
+ toolchain: "nightly-2025-02-13"
30
+ - uses: Swatinem/rust-cache@v2
31
+ - name: Clippy on Scarb nightly version
32
+ run: cargo clippy --all-targets --all-features -- --no-deps
33
+ env:
34
+ # Make sure CI fails on all warnings, including Clippy lints.
35
+ RUSTFLAGS: "-Dwarnings"
36
udeps:
37
runs-on: ubuntu-latest
38
steps:
0 commit comments