Skip to content

test: fix tests on Windows #606

test: fix tests on Windows

test: fix tests on Windows #606

Workflow file for this run

name: Test
on:
pull_request:
workflow_call:
jobs:
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run tests
run: go test ./...