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