Skip to content

Commit

Permalink
add more verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Sep 10, 2024
1 parent c3c9f15 commit 098c52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run foundry tests
# --ast tests enables inline configs to work https://github.com/foundry-rs/foundry/issues/7310#issuecomment-1978088200
run: |
forge test -vv --gas-report --ast
forge test -vvv --gas-report --ast
id: test

overrides:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Run foundry overrides test mode
# --ast tests enables inline configs to work https://github.com/foundry-rs/foundry/issues/7310#issuecomment-1978088200
run: |
DEPLOY_OVERRIDES=true forge test -vv --gas-report --ast
DEPLOY_OVERRIDES=true forge test -vvv --gas-report --ast
id: overrides

coverage:
Expand Down

0 comments on commit 098c52a

Please sign in to comment.