From 44167b1f6d25bb878d9f017364d8877ebea43b23 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Tue, 21 Apr 2020 23:02:28 -0700 Subject: [PATCH] read test failures --- .github/workflows/master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2aea9026..f0fcb84c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -108,7 +108,9 @@ jobs: mv statping $(go env GOPATH)/bin/ - name: Go Tests - run: go test -v -covermode=count -coverprofile=coverage.out -p=1 ./... + run: | + go get gotest.tools/gotestsum + gotestsum --no-summary=skipped --format dots -- -covermode=count -coverprofile=coverage.out -p=1 ./... env: VERSION: ${{ env.VERSION }} DB_CONN: sqlite3