chore: add more tests (#3299)

This commit is contained in:
Kevin Wan
2023-05-29 23:44:36 +08:00
committed by GitHub
parent e751736516
commit 8a4cc4f98d
4 changed files with 52 additions and 18 deletions

View File

@@ -61,5 +61,5 @@ jobs:
run: |
go mod verify
go mod download
go test -v -race ./...
go test ./...
cd tools/goctl && go build -v goctl.go