chore(.github): modify taoskeeper github action workflow
This commit is contained in:
parent
5fe1217c09
commit
5c1d2e429c
|
@ -48,7 +48,7 @@ jobs:
|
||||||
working-directory: tools/keeper
|
working-directory: tools/keeper
|
||||||
run: |
|
run: |
|
||||||
go mod tidy
|
go mod tidy
|
||||||
sudo go test -v -coverpkg=./... -coverprofile=coverage.out ./...
|
go test -v -coverpkg=./... -coverprofile=coverage.out ./...
|
||||||
go tool cover -func=coverage.out
|
go tool cover -func=coverage.out
|
||||||
|
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
|
|
Loading…
Reference in New Issue