Skip to content

V1 api

V1 api #95

Workflow file for this run

on: [pull_request]
name: Tests-others
jobs:
test:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Tests
run: go test -race -shuffle=on ./...