Skip to content

Add windows support #19

Add windows support

Add windows support #19

Workflow file for this run

name: Go
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -o build -v
- name: Test
run: ./run-tests.sh