Skip to content

Commit

Permalink
Check version before running tests (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis authored Jun 20, 2023
1 parent dd9bec7 commit 7593ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
version: nightly

- name: Foundry version
run: forge --version

# We need to run tests for every strategy independently
- name: Run Opensea Sudo Arb tests
run: forge test --root ./crates/strategies/opensea-sudo-arb/contracts

- name: Foundry version
run: forge --version

0 comments on commit 7593ad2

Please sign in to comment.