Skip to content

feat: retry fetching of go-ci-fuzz assets in case of a transient error #62

feat: retry fetching of go-ci-fuzz assets in case of a transient error

feat: retry fetching of go-ci-fuzz assets in case of a transient error #62

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- run: go test -v ./...