Skip to content

Merge pull request #92 from pin/shutdown-hook-race-fix #44

Merge pull request #92 from pin/shutdown-hook-race-fix

Merge pull request #92 from pin/shutdown-hook-race-fix #44

Workflow file for this run

name: MacOS test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.13
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./... -race