Skip to content

Release for v0.0.6

Release for v0.0.6 #41

Workflow file for this run

name: fuzzing test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: actions/setup-node@v4
with:
node-version: 18
- name: fuzzing test
run: sh script/run-fuzz-tests.sh