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 020a747 commit f1a43afCopy full SHA for f1a43af
Makefile.toml
@@ -92,7 +92,7 @@ env = { RUSTFLAGS = "-C link-arg=-s" }
92
[tasks.check_contracts]
93
dependencies = ["wasm"]
94
script = '''
95
-cargo install --debug --version 1.0.0 --features iterator --example check_contract -- cosmwasm-vm
+if [[ ! -e ~/.cargo/bin/check_contract ]]; then cargo install --debug --version 1.0.0 --features iterator --force --example check_contract -- cosmwasm-vm ; fi
96
for W in ./target/wasm32-unknown-unknown/release/*.wasm
97
do
98
echo -n "Checking `basename $W`... "
0 commit comments