Skip to content

chore: bump kcl-lang.io/kcl-go module name. #247

chore: bump kcl-lang.io/kcl-go module name.

chore: bump kcl-lang.io/kcl-go module name. #247

Workflow file for this run

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