Skip to content

arc: transparently set blobs via setValue() #25

arc: transparently set blobs via setValue()

arc: transparently set blobs via setValue() #25

Workflow file for this run

name: Fuzz Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.0'
- name: Run Fuzzer
run: go test -fuzz=FuzzPutGet -fuzztime=30s