@@ -438,15 +438,15 @@ jobs:
438
438
- run :
439
439
name : Build library for native target (all features)
440
440
working_directory : ~/project/packages/std
441
- command : cargo build --locked --features abort,iterator,staking,stargate,cosmwasm_2_1
441
+ command : cargo build --locked --all- features
442
442
- run :
443
443
name : Build library for wasm target (all features)
444
444
working_directory : ~/project/packages/std
445
- command : cargo wasm --locked --features abort,iterator,staking,stargate,cosmwasm_2_1
445
+ command : cargo wasm --locked --all- features
446
446
- run :
447
447
name : Run unit tests (all features)
448
448
working_directory : ~/project/packages/std
449
- command : cargo test --locked --features abort,iterator,staking,stargate,cosmwasm_2_1
449
+ command : cargo test --locked --all- features
450
450
- save_cache :
451
451
paths :
452
452
- /usr/local/cargo/registry
@@ -1037,7 +1037,7 @@ jobs:
1037
1037
- run :
1038
1038
name : Clippy linting on std (all feature flags)
1039
1039
working_directory : ~/project/packages/std
1040
- command : cargo clippy --all-targets --tests --features abort,iterator,staking,stargate,cosmwasm_2_1 -- -D warnings
1040
+ command : cargo clippy --all-targets --tests --all- features -- -D warnings
1041
1041
- run :
1042
1042
name : Clippy linting on vm (no feature flags)
1043
1043
working_directory : ~/project/packages/vm
0 commit comments