Skip to content

Commit

Permalink
Fix CI clippy run
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jan 13, 2025
1 parent 7a0e036 commit d3538f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,8 @@ jobs:
- run:
name: Clippy linting on std (all feature flags)
working_directory: ~/project/packages/std
command: cargo clippy --all-targets --tests --all-features -- -D warnings
# change to --all-features once `abort` is removed
command: cargo clippy --all-targets --tests --features staking,stargate,cosmwasm_2_2 -- -D warnings
- run:
name: Clippy linting on vm (no feature flags)
working_directory: ~/project/packages/vm
Expand Down

0 comments on commit d3538f4

Please sign in to comment.