Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Aug 23, 2024
1 parent 5851b59 commit 95cfba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/check-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ check_wasm () {

echo
echo "Checking contract $CONTRACT_CRATE_NAME"
cargo stylus check --wasm-file ./target/wasm32-unknown-unknown/release/"$CONTRACT_BIN_NAME"
cargo stylus check --wasm-file ./target/wasm32-unknown-unknown/release/"$CONTRACT_BIN_NAME" --no-verify
}

# Retrieve all alphanumeric contract's crate names in `./examples` directory.
Expand Down

0 comments on commit 95cfba5

Please sign in to comment.