read test failures

pull/523/head
hunterlong 2020-04-21 23:02:28 -07:00
parent 1721715664
commit 44167b1f6d
1 changed files with 3 additions and 1 deletions

View File

@ -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