Skip to content

Commit

Permalink
update fuzz-test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhengl committed Feb 23, 2024
1 parent 9482341 commit d746573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fuzz-test:
name: fuzz test
runs-on: ubuntu-latest
container: alpine:edge
steps:
# Pinned a commit to make go version configurable.
# This should be safe to upgrade once this commit is in a released version:
Expand All @@ -31,7 +32,7 @@ jobs:
packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined
fuzz-time: 30s
fuzz-minimize-time: 1m
go-version: '1.21'
go-version: '1.22'

shellcheck:
name: shellcheck
Expand Down

0 comments on commit d746573

Please sign in to comment.