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
|
||||
steps:
|
||||
- clone:
|
||||
- run:
|
||||
name: Install Go tools
|
||||
command: go install gotest.tools/gotestsum@latest
|
||||
- run:
|
||||
name: run all tests
|
||||
command: go test ./...
|
||||
command: gotestsum -f pkgname-and-test-fails -- -race -shuffle=on ./...
|
||||
|
|
Loading…
Reference in a new issue