We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f7dbe commit e811f99Copy full SHA for e811f99
.circleci/config.yml
@@ -35,7 +35,7 @@ commands:
35
- run:
36
name: Run cosmwasm-check (<< parameters.min_version >>)
37
command: |
38
- cargo install cosmwasm-check@~<< parameters.min_version >> --locked
+ cargo install cosmwasm-check@~<< parameters.min_version >> --locked --force
39
cosmwasm-check --version
40
cosmwasm-check target/wasm32-unknown-unknown/release/*.wasm
41
# Run clippy after wasm build to ensure target/wasm32-unknown-unknown/release/<contract>.wasm exists
0 commit comments