Skip to content

Commit

Permalink
run forge test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed Aug 11, 2024
1 parent 6b8f61e commit 53f87b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
- name: Run tests
env:
OPTIMISM_WEB3_ENDPOINT_ARCHIVE: ${{ vars.OPTIMISM_WEB3_ENDPOINT_ARCHIVE }} # For fork tests
run: npm run foundry-test
run: |
forge test -vvv
- name: Run snapshot
run: forge snapshot
Expand Down

0 comments on commit 53f87b5

Please sign in to comment.