Merge pull request #99 from yuxki/renovate/aws-sdk-go-v2-monorepo #209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Run Fuzzing Tests | |
on: [push] | |
jobs: | |
fuzzing: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '1.23' | |
cache: false | |
- name: Fuzzing Test | |
run: | | |
go test -fuzz Fuzz -fuzztime 10s ./pkg/db |