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 a27b5ac commit 086c06eCopy full SHA for 086c06e
.circleci/config.yml
@@ -1090,7 +1090,8 @@ jobs:
1090
- run:
1091
name: Clippy linting on std (all feature flags)
1092
working_directory: ~/project/packages/std
1093
- command: cargo clippy --all-targets --tests --all-features -- -D warnings
+ # change to --all-features once `abort` is removed
1094
+ command: cargo clippy --all-targets --tests --features staking,stargate,cosmwasm_2_2 -- -D warnings
1095
1096
name: Clippy linting on vm (no feature flags)
1097
working_directory: ~/project/packages/vm
0 commit comments