Skip to content

feat: add testing APIs #410

feat: add testing APIs

feat: add testing APIs #410

Workflow file for this run

name: build-and-test-windows
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: windows-2019
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
# Parallel tests
- run: go test ./...