Skip to content

Commit d60ed24

Browse files
committed
Clippy on Scarb nightly version
1 parent 139952a commit d60ed24

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ jobs:
2424
# Make sure CI fails on all warnings, including Clippy lints.
2525
RUSTDOCFLAGS: "-Dwarnings"
2626
- run: cargo test
27-
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"
2836
udeps:
2937
runs-on: ubuntu-latest
3038
steps:

0 commit comments

Comments
 (0)