完善 ci 测试
This commit is contained in:
parent
147fb2c478
commit
093eb2b5ab
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue