Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

DoAll: Better panic handling; reorganize tests #53

DoAll: Better panic handling; reorganize tests

DoAll: Better panic handling; reorganize tests #53

Workflow file for this run

name: Go
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
cache: true
- name: Get dependencies
run: go mod download
- name: Test
run: go test -race -v ./...