Skip to content

Commit 56c07e5

Browse files
authored
Show stack trace for failing foundry tests in CI (#5647)
1 parent da32fb3 commit 56c07e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up environment
8888
uses: ./.github/actions/setup
8989
- name: Run tests
90-
run: forge test -vv
90+
run: forge test -vvv
9191

9292
coverage:
9393
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)