Skip to content

chore: bump kcl lib to v0.9.2 #886

chore: bump kcl lib to v0.9.2

chore: bump kcl lib to v0.9.2 #886

Workflow file for this run

name: build-and-test-macos
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: macos-12
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 ./...