mirror of https://github.com/statping/statping
read test failures
parent
1721715664
commit
44167b1f6d
|
@ -108,7 +108,9 @@ jobs:
|
||||||
mv statping $(go env GOPATH)/bin/
|
mv statping $(go env GOPATH)/bin/
|
||||||
|
|
||||||
- name: Go Tests
|
- 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:
|
env:
|
||||||
VERSION: ${{ env.VERSION }}
|
VERSION: ${{ env.VERSION }}
|
||||||
DB_CONN: sqlite3
|
DB_CONN: sqlite3
|
||||||
|
|
Loading…
Reference in New Issue