fix(ci): execute tests with task
This commit is contained in:
parent
c05c301dfd
commit
03a9ec64ab
1 changed files with 2 additions and 1 deletions
|
@ -22,4 +22,5 @@ run:
|
|||
- -ce
|
||||
- |
|
||||
go install gotest.tools/gotestsum@latest
|
||||
gotestsum -f pkgname-and-test-fails -- -race -shuffle=on ./...
|
||||
curl -L https://github.com/go-task/task/releases/latest/download/task_linux_amd64.tar.gz | tar -xvz -C /usr/local/bin task
|
||||
task test
|
||||
|
|
Loading…
Reference in a new issue