chore(.github): modify taoskeeper github action workflow

This commit is contained in:
qevolg 2024-10-24 18:05:30 +08:00
parent 5ec4b9d35a
commit 534a6ef1c5
1 changed files with 1 additions and 1 deletions

View File

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