Skip to content

Fuzz Testing

Fuzz Testing #26

Workflow file for this run

name: Fuzz Testing
permissions:
contents: read
on:
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup golang
uses: ./.github/actions/golang
- name: Display Go version
run: go version
- name: Fuzz Tests
run: |
make test-fuzz