Skip to content

Commit

Permalink
disable fuzz test in GHA (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will authored Sep 19, 2024
1 parent ae0ab98 commit 602740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv
forge test -vvv --no-match-test "invariant*"
id: forge-test

- name: Run solhint
Expand Down

0 comments on commit 602740e

Please sign in to comment.