Show stack trace for failing foundry tests in CI (#5647)

This commit is contained in:
Arr00
2025-04-24 11:18:57 -04:00
committed by GitHub
parent da32fb3bd8
commit 56c07e59c4

View File

@ -87,7 +87,7 @@ jobs:
- name: Set up environment
uses: ./.github/actions/setup
- name: Run tests
run: forge test -vv
run: forge test -vvv
coverage:
runs-on: ubuntu-latest