Skip to content

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Dec 8, 2023
1 parent 6ac8e22 commit 5c2e4fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
name: fuzz test
runs-on: ubuntu-latest
steps:
- uses: jidicula/go-fuzz-action@0206b61afc603b665297621fa5e691b1447a5e57 # to make go version configurable
# Pinned a commit to make go version configurable.
# This should be safe to upgrade once this commit is in a released version:
# https://github.com/jidicula/go-fuzz-action/commit/23cc553941669144159507e2cccdbb4afc5b3076
- uses: jidicula/go-fuzz-action@0206b61afc603b665297621fa5e691b1447a5e57
with:
packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined
fuzz-time: 30s
Expand Down

0 comments on commit 5c2e4fc

Please sign in to comment.