Skip to content

Commit

Permalink
fixup: fix broken fuzz job
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 1, 2024
1 parent 908acd0 commit fb1dd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: 'dev'
- name: Set up Go
- uses: ./.github/actions/setup-go-for-project
uses: ./.github/actions/setup-go-for-project
- name: Run fuzz tests
shell: bash
run: ./scripts/build_fuzz.sh 180 # Run each fuzz test 180 seconds

0 comments on commit fb1dd22

Please sign in to comment.