Skip to content

fuzz

fuzz #44

Workflow file for this run

name: fuzz
on:
workflow_dispatch:
schedule:
- cron: "17 3 * * *"
permissions:
contents: read
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Extended fuzz smoke
run: make fuzz-smoke FUZZTIME=60s