From b045722c436641bc861f36019f4b6649f14bb96a Mon Sep 17 00:00:00 2001 From: karim-en Date: Mon, 23 Oct 2023 19:31:53 +0100 Subject: [PATCH] Fix test script --- eth2near/contract_wrapper/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2near/contract_wrapper/test.sh b/eth2near/contract_wrapper/test.sh index 06013bf10..cd81bd176 100755 --- a/eth2near/contract_wrapper/test.sh +++ b/eth2near/contract_wrapper/test.sh @@ -4,4 +4,4 @@ cd ../../contracts/near/eth2-client cargo build --target wasm32-unknown-unknown --release --no-default-features --features logs cd - -RUST_BACKTRACE=1 cargo test --jobs 8 -- --nocapture +RUST_BACKTRACE=1 cargo test --jobs 8 --features sandbox -- --nocapture