From e5407eb800bf065f887a6875980993be758b067c Mon Sep 17 00:00:00 2001 From: Tom Thorogood Date: Fri, 5 Mar 2021 02:10:54 +1030 Subject: [PATCH] Remove fuzz from .github/workflows/go.yml (#1238) --- .github/workflows/go.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e81b73ee..b4dff1a2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,21 +23,3 @@ jobs: - name: Test run: go test -v ./... - - fuzz: - name: Fuzz - runs-on: ubuntu-latest - steps: - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.16.x - - - name: Check out code - uses: actions/checkout@v2 - - - name: Fuzz - run: | - make -f Makefile.fuzz get - make -f Makefile.fuzz