Skip to content

Commit

Permalink
Update Foundry test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol authored Dec 4, 2023
1 parent b24408b commit 34dd759
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ jobs:
- name: Install forge dependencies
run: forge install

# "Run tests" already tries to compile the contracts
# Making it explicit here to have easier to read errors
- name: Compile Contracts
run: forge compile

- name: Run tests
run: forge test -vvv
run: forge test -vvv

0 comments on commit 34dd759

Please sign in to comment.