fix(ci): execute tests with task
All checks were successful
concourse-ci/golangci-lint golangci-lint run
concourse-ci/gotestsum gotestsum

This commit is contained in:
Peter 2023-01-01 13:53:55 +01:00
parent c05c301dfd
commit 03a9ec64ab
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

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