Skip to content

Merge pull request #382 from dnephin/fix-retry-fails-with-run-arg #68

Merge pull request #382 from dnephin/fix-retry-fails-with-run-arg

Merge pull request #382 from dnephin/fix-retry-fails-with-run-arg #68

Workflow file for this run

name: ci
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
cache: true
- run: go build .
- run: ./gotestsum -f testname