Skip to content

Commit

Permalink
try adding fuzz testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilmore committed Sep 13, 2023
1 parent ebecc29 commit b71c723
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
- name: test
run: go test ./...

fuzz-test:
name: Fuzz test
runs-on: ubuntu-latest
steps:
- uses: jidicula/[email protected]
with:
packages: './...'
fuzz-time: 30s
fuzz-minimize-time: 1m

shellcheck:
name: shellcheck
runs-on: ubuntu-latest
Expand Down

0 comments on commit b71c723

Please sign in to comment.