Skip to content

feat: config to fuzzingType: alt_greybox #47

feat: config to fuzzingType: alt_greybox

feat: config to fuzzingType: alt_greybox #47

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 ./...