Skip to content

feat: new fuzzer type to use new strategy to order seeds #26

feat: new fuzzer type to use new strategy to order seeds

feat: new fuzzer type to use new strategy to order seeds #26

Workflow file for this run

name: Commit Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build project
run: go build -v ./...