Skip to content

Commit

Permalink
test sandbox on some commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Sep 12, 2024
1 parent 8e36dcc commit fe088d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Check with stable features
run: cargo check --verbose
- name: Compile sandbox
run: git clone https://github.com/near/nearcore -b fe5a71c81aa048799ad7c53fe7c8e261c9ebae35 && cd nearcore && make sandbox && cd -
- name: Sandbox version
run: ./nearcore/target/debug/neard-sandbox -V
- name: Run tests with unstable features
run: NEAR_RPC_TIMEOUT_SECS=100 cargo test --verbose --features unstable
run: NEAR_RPC_TIMEOUT_SECS=100 NEAR_SANDBOX_BIN_PATH=./nearcore/target/debug/neard-sandbox cargo test --verbose --features unstable

release-plz:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe088d9

Please sign in to comment.