Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #378

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #378

Workflow file for this run

name: Go fuzz test
on: [push, pull_request]
permissions:
contents: read
jobs:
test-suite:
strategy:
fail-fast: false
max-parallel: 1
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- name: Setup Golang
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.19'
- name: Fuzz test
run: |
GO111MODULE=on go mod tidy
GO111MODULE=on go mod vendor
./tools/fuzz-all.sh 30