Skip to content

refactor: enhance kcl-go cgo build tags #927

refactor: enhance kcl-go cgo build tags

refactor: enhance kcl-go cgo build tags #927

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
# Parallel tests
- run: go test ./...