Skip to content

Commit

Permalink
03a8b5d4a0e6df057a9531f5452c2dbc95ffa89c
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Sep 12, 2024
1 parent 408a0dc commit 605db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Compile sandbox
run: git clone https://github.com/near/nearcore && cd nearcore && git checkout 14e5d929aace61873da4d9bd28a5daa99d0fa7f7 && make sandbox && cd -
run: git clone https://github.com/near/nearcore && cd nearcore && git checkout 03a8b5d4a0e6df057a9531f5452c2dbc95ffa89c && make sandbox && cd -
- name: Sandbox version
run: ./nearcore/target/debug/neard-sandbox -V
- name: Run tests with unstable features
Expand Down

0 comments on commit 605db22

Please sign in to comment.