Skip to content

Add availabilities to the REST API client (#17) #93

Add availabilities to the REST API client (#17)

Add availabilities to the REST API client (#17) #93

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.22.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@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: go test -race -v ./...