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 29bd044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Install cargo-nextest"
run: cargo install cargo-nextest
- name: "Run tests"
run: cargo nextest run --workspace --locked --no-fail-fast
run: cargo nextest run --workspace --locked --ignored --no-fail-fast

test-solidity-contracts:
name: "Test Solidity Contracts"
Expand All @@ -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 29bd044

Please sign in to comment.