chore(.github): modify taoskeeper github action workflow

This commit is contained in:
qevolg 2024-10-24 19:37:41 +08:00
parent 5fe1217c09
commit 5c1d2e429c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
working-directory: tools/keeper
run: |
go mod tidy
sudo go test -v -coverpkg=./... -coverprofile=coverage.out ./...
go test -v -coverpkg=./... -coverprofile=coverage.out ./...
go tool cover -func=coverage.out
- name: Clean up