Skip to content

Commit

Permalink
ci: forge install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 16, 2024
1 parent 962f476 commit 6e9917e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ jobs:
.
- name: "Install forge"
run: cargo install --git https://github.com/foundry-rs/foundry --bins --locked anvil cast chisel forge
- name: "Forge install"
run: cd nearx/contract && forge install
- name: "Run tests"
run: cd nearx/contract && forge test -vv

0 comments on commit 6e9917e

Please sign in to comment.