Skip to content

v0.5.0: 去掉短参数,新增 Makefile #16

v0.5.0: 去掉短参数,新增 Makefile

v0.5.0: 去掉短参数,新增 Makefile #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- run: go vet ./...
- run: go test ./... -timeout 60s