Skip to content

Commit

Permalink
Revert e2e-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Sep 20, 2024
1 parent 1ed10b1 commit 429b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cargo +"$NIGHTLY_TOOLCHAIN" build --release --target wasm32-unknown-unknown -Z b
export RPC_URL=http://localhost:8547
# We should use stable here once nitro-testnode is updated and the contracts fit
# the size limit. Work tracked [here](https://github.com/OpenZeppelin/rust-contracts-stylus/issues/87)
cargo +"$NIGHTLY_TOOLCHAIN" test --features e2e -p safe-erc20-example --test safe-erc20
cargo +"$NIGHTLY_TOOLCHAIN" test --features std,e2e --test "*"

0 comments on commit 429b42d

Please sign in to comment.