Fixes CI
This commit is contained in:
parent
a3b5b9b1d9
commit
aca1fc1eff
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ lint:
|
||||||
tests:
|
tests:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- export PATH="$PATH:$GOPATH/bin"
|
||||||
- go install gotest.tools/gotestsum@latest
|
- go install gotest.tools/gotestsum@latest
|
||||||
- gotestsum --junitfile tests.junit.xml -- -coverprofile=coverage.txt -covermode atomic -race ./...
|
- gotestsum --junitfile tests.junit.xml -- -coverprofile=coverage.txt -covermode atomic -race ./...
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in a new issue