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:
go-version: '1.21.x'
- name: Build
run: go build -v ./...
run: go build -v ./..
- name: Test with the Go CLI
run: go test