Skip to content

Commit

Permalink
Ensure the fuzz targets don't clash
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Feb 2, 2024
1 parent 1a6aac4 commit adf04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
go-version-file: go.mod

- name: Run Fuzz Tests
run: go test -fuzz ${{ matrix.fuzz-target }} -fuzztime 1m
run: go test -fuzz "^${{ matrix.fuzz-target }}$" -fuzztime 1m

cov:
name: CodeCov
Expand Down

0 comments on commit adf04ba

Please sign in to comment.