This commit is contained in:
zhangchao
2024-10-30 18:41:42 +08:00
parent 75f4c2266c
commit 1020ad5997

View File

@@ -12,6 +12,6 @@ jobs:
with: with:
go-version: '1.21.x' go-version: '1.21.x'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./..
- name: Test with the Go CLI - name: Test with the Go CLI
run: go test run: go test