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:
|
||||
stage: test
|
||||
script:
|
||||
- export PATH="$PATH:$GOPATH/bin"
|
||||
- go install gotest.tools/gotestsum@latest
|
||||
- gotestsum --junitfile tests.junit.xml -- -coverprofile=coverage.txt -covermode atomic -race ./...
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue