Skip to content

refactor: remove kpm deps outof kcl-go and reduce the 3rdparty deps size #909

refactor: remove kpm deps outof kcl-go and reduce the 3rdparty deps size

refactor: remove kpm deps outof kcl-go and reduce the 3rdparty deps size #909

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 ./...