docs: run tests with gotestsum
This commit is contained in:
parent
af4498700d
commit
5ac8ef51c9
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,9 @@ runs:
|
||||||
privileged: true
|
privileged: true
|
||||||
steps:
|
steps:
|
||||||
- clone:
|
- clone:
|
||||||
|
- run:
|
||||||
|
name: Install Go tools
|
||||||
|
command: go install gotest.tools/gotestsum@latest
|
||||||
- run:
|
- run:
|
||||||
name: run all tests
|
name: run all tests
|
||||||
command: go test ./...
|
command: gotestsum -f pkgname-and-test-fails -- -race -shuffle=on ./...
|
||||||
|
|
Loading…
Reference in a new issue