Skip to content

Commit 086c06e

Browse files
chipshortmergify[bot]
authored andcommitted
Fix CI clippy run
(cherry picked from commit d3538f4)
1 parent a27b5ac commit 086c06e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,8 @@ jobs:
10901090
- run:
10911091
name: Clippy linting on std (all feature flags)
10921092
working_directory: ~/project/packages/std
1093-
command: cargo clippy --all-targets --tests --all-features -- -D warnings
1093+
# change to --all-features once `abort` is removed
1094+
command: cargo clippy --all-targets --tests --features staking,stargate,cosmwasm_2_2 -- -D warnings
10941095
- run:
10951096
name: Clippy linting on vm (no feature flags)
10961097
working_directory: ~/project/packages/vm

0 commit comments

Comments
 (0)