Skip to content

Commit e9975f3

Browse files
committed
test: try verbose
1 parent e58cf7e commit e9975f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/foundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
FOUNDRY_PROFILE=coverage \
194194
FOUNDRY_CACHE=true \
195195
FOUNDRY_CACHE_PATH=cache \
196-
forge coverage --report lcov --report summary --no-match-coverage "script|test" -j $(nproc)
196+
forge coverage --report lcov --report summary --no-match-coverage "script|test" -j $(nproc) -vvv
197197
genhtml -q -o report ./lcov.info
198198
199199
# Upload coverage report as artifact before potential failure

0 commit comments

Comments
 (0)