Skip to content

Run fuzz tests

Run fuzz tests #378

Workflow file for this run

name: Run fuzz tests
on:
schedule:
- cron: "0 0 * * *"
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: ./.github/actions/setup-go-for-project
- name: Run fuzz tests
shell: bash
run: ./scripts/build_fuzz.sh 180 # Run each fuzz test 180 seconds