Skip to content

Merge remote-tracking branch 'origin/main' into add-availabilities.is… #86

Merge remote-tracking branch 'origin/main' into add-availabilities.is…

Merge remote-tracking branch 'origin/main' into add-availabilities.is… #86

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
platform: [ubuntu-latest, windows-latest, macOS-latest]
name: Run ${{ matrix.go-version }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: go test -race -v ./...