Skip to content

Commit ca75b2a

Browse files
authored
Update test.yaml (#754)
1 parent 4be52ab commit ca75b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: bash $HOME/dev-env/wait_mysql_ready.sh
5858

5959
- name: Run tests
60-
run: gotestsum -- -timeout 10s -tags test -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
60+
run: gotestsum --format-hide-empty-pkg -- -timeout 10s -tags test -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
6161
env:
6262
GORACE: halt_on_error=1
6363
TEST_MYSQL: "1"

0 commit comments

Comments
 (0)