Skip to content

Commit d54e452

Browse files
committed
Experiment with circleci job description by disabling default features
1 parent 023f5bf commit d54e452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,9 @@ jobs:
942942
(cd $C && cargo build --release --target wasm32-unknown-unknown --locked)
943943
done
944944
- run:
945-
name: Install check_contract
945+
name: Install check_contract (no iterators)
946946
# Uses --debug for compilation speed
947-
command: cargo install --debug --version 0.16.0 --features iterator --example check_contract -- cosmwasm-vm
947+
command: cargo install --debug --version 0.16.0 --example check_contract -- cosmwasm-vm
948948
- save_cache:
949949
paths:
950950
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)