完善 ci 测试

This commit is contained in:
chai2010 2023-05-27 11:24:53 +08:00
parent 147fb2c478
commit 093eb2b5ab
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
- run: go version
- run: go env
- run: make ci-test-all
- run: go test -v -coverprofile=profile.cov ./...
- run: go install
@ -51,6 +53,8 @@ jobs:
- run: go version
- run: go env
- run: make ci-test-all
- run: go test -v ./...
- run: go install
@ -75,6 +79,8 @@ jobs:
- run: go version
- run: go env
- run: make ci-test-all
- run: go test -v ./...
- run: go install