Fuzz workflow
This commit is contained in:
parent
c7f6fdadda
commit
4747225393
2 changed files with 50 additions and 5 deletions
5
.github/workflows/bench.yaml
vendored
5
.github/workflows/bench.yaml
vendored
|
|
@ -30,11 +30,6 @@ jobs:
|
|||
with:
|
||||
go-version: '^1.14.0'
|
||||
|
||||
- name: Set up Node.js for generating code
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 14.x
|
||||
|
||||
- name: Run prebuild steps
|
||||
shell: bash
|
||||
run: bash ./prebuild.sh
|
||||
|
|
|
|||
Reference in a new issue