Remove fuzz from .github/workflows/go.yml (#1238)

This commit is contained in:
Tom Thorogood 2021-03-05 02:10:54 +10:30 committed by GitHub
parent 40ce7c7df7
commit e5407eb800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -23,21 +23,3 @@ jobs:
- name: Test - name: Test
run: go test -v ./... 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