Skip to content

Commit

Permalink
fix clippy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Jan 21, 2025
1 parent a1e1fe2 commit fa3ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
-p scarb-ui \
-p test-for-each-example \
-p xtask
- run: cargo clippy --all-targets --all-features --exclude scarb-prove -- --no-deps
- run: cargo clippy --all-targets --all-features --workspace --exclude scarb-prove -- --no-deps
env:
# Make sure CI fails on all warnings, including Clippy lints.
RUSTFLAGS: "-Dwarnings"
Expand Down

0 comments on commit fa3ddf4

Please sign in to comment.