Skip to content

Commit

Permalink
Merge pull request #45 from rust-blockchain/sp-fetch-all
Browse files Browse the repository at this point in the history
jsontests: Explicitly fetch GITHUB_SHA
  • Loading branch information
sorpaas authored Jul 27, 2021
2 parents d921b8a + e95456a commit 15cfad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Submodules
run: |
cd evm
git fetch
git fetch origin $GITHUB_SHA
git checkout $GITHUB_SHA
- name: Run tests
run: |
Expand Down

0 comments on commit 15cfad9

Please sign in to comment.