Skip to content

Commit

Permalink
Replace check_contract with contract_check for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Apr 18, 2024
1 parent e78e752 commit 8804537
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 @@ -210,9 +210,9 @@ jobs:
(cd $C && cargo build --release --lib --target wasm32-unknown-unknown --locked)
done
- run:
name: Install check_contract
name: Install contract_check
# Uses --debug for compilation speed
command: cargo install --debug --version 1.1.5 --features iterator --example check_contract -- cosmwasm-vm
command: cargo install --debug --version 1.1.5 --features iterator --example contract_check -- cosmwasm-vm
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit 8804537

Please sign in to comment.