This commit is contained in:
Bruno Carlin 2021-11-20 10:42:51 +01:00
parent a3b5b9b1d9
commit aca1fc1eff

View file

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