We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be52ab commit ca75b2aCopy full SHA for ca75b2a
.github/workflows/test.yaml
@@ -57,7 +57,7 @@ jobs:
57
- run: bash $HOME/dev-env/wait_mysql_ready.sh
58
59
- name: Run tests
60
- run: gotestsum -- -timeout 10s -tags test -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
+ run: gotestsum --format-hide-empty-pkg -- -timeout 10s -tags test -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.out ./...
61
env:
62
GORACE: halt_on_error=1
63
TEST_MYSQL: "1"
0 commit comments