Skip to content

fix: change the default prune and check times to be different to reduce clashes #519

fix: change the default prune and check times to be different to reduce clashes

fix: change the default prune and check times to be different to reduce clashes #519

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "^1.18"
- name: Run Tests
run: go test -v ./...