Skip to content

Commit

Permalink
feat: ignore fuzz tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
justingreenberg committed Nov 21, 2023
1 parent d0fc183 commit 8412b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: forge fmt

- name: Snapshot
run: forge snapshot --diff --no-match-test /^testFuzz/g
run: forge snapshot --diff --no-match-path *fuzz*

- name: Test
run: forge test -vvv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: forge test -vvv

- name: Snapshot
run: forge snapshot --diff --no-match-test /^testFuzz/g
run: forge snapshot --diff --no-match-path "*fuzz*"

0 comments on commit 8412b33

Please sign in to comment.