diff --git a/eth2near/contract_wrapper/test.sh b/eth2near/contract_wrapper/test.sh index 06013bf1..cd81bd17 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