Skip to content

Commit

Permalink
Experiment with circleci job description by disabling default features
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Sep 20, 2021
1 parent 023f5bf commit d54e452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,9 @@ jobs:
(cd $C && cargo build --release --target wasm32-unknown-unknown --locked)
done
- run:
name: Install check_contract
name: Install check_contract (no iterators)
# Uses --debug for compilation speed
command: cargo install --debug --version 0.16.0 --features iterator --example check_contract -- cosmwasm-vm
command: cargo install --debug --version 0.16.0 --example check_contract -- cosmwasm-vm
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit d54e452

Please sign in to comment.