Fix fuzzit master (#297)

This commit is contained in:
Thomas Pelletier
2019-09-09 20:59:59 -07:00
committed by GitHub
parent b40204d36a
commit 26fd12ff54
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -12,6 +12,13 @@ jobs:
with:
go-version: '1.13'
- uses: actions/checkout@v1
- name: Add GOPATH/bin to PATH
run: echo '##[add-path]/home/runner/go/bin'
- name: Copy source to GOPATH/src
run: mkdir -p ${TARGET} && cp -R . ${TARGET}/
env:
TARGET: /home/runner/go/src/github.com/pelletier/go-toml
- run: ./fuzzit.sh
env:
TYPE: fuzzing
FUZZIT_API_KEY: ${{ secrets.FUZZIT_API_KEY }}