Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Oct 23, 2023
1 parent 050a84e commit b045722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth2near/contract_wrapper/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b045722

Please sign in to comment.