Skip to content

Commit

Permalink
ci: update verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Jun 13, 2024
1 parent 9caf3c6 commit 094d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ARBITRUM_NOVA_RPC_URL: ${{secrets.ARBITRUM_NOVA_RPC_URL}}
GNOSIS_CHAIN_RPC_URL: ${{secrets.GNOSIS_CHAIN_RPC_URL}}
BASE_RPC_URL: ${{secrets.BASE_RPC_URL}}
run: FOUNDRY_PROFILE=ci forge test --show-progress
run: FOUNDRY_PROFILE=ci forge test -vv --show-progress

# coverage:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 094d613

Please sign in to comment.