From 429b42ded5f5a8a4b260385631d4656ca876b165 Mon Sep 17 00:00:00 2001 From: Nenad Date: Fri, 20 Sep 2024 10:38:20 +0200 Subject: [PATCH] Revert e2e-tests.sh --- scripts/e2e-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-tests.sh b/scripts/e2e-tests.sh index dd5044aa..f7b9cdeb 100755 --- a/scripts/e2e-tests.sh +++ b/scripts/e2e-tests.sh @@ -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 "*"