Skip to content

Run fuzz tests

Run fuzz tests #6

Workflow file for this run

name: Run fuzz tests
on:
schedule:
# Run every Saturday at 9 am
- cron: "0 9 * * 6"
permissions:
contents: read
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
ref: 'dev'
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '~1.20.10'
check-latest: true
- name: Run fuzz tests
shell: bash
run: ./scripts/build_fuzz.sh 30 # Run each fuzz test 30 seconds