Skip to content
Snippets Groups Projects
Commit 9c703257 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

remove -race

parent 8e9644f2
No related branches found
No related tags found
No related merge requests found
Pipeline #183203 passed
This commit is part of merge request !735. Comments created here will be created in the context of that merge request.
......@@ -47,7 +47,7 @@ show-unit-test-coverage: unit-test
go tool cover -html=coverage.out
ci-unit-test: ci-install-tools
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short -race $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -trimpath -coverprofile=coverage.out -covermode atomic -timeout 30m
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -trimpath -coverprofile=coverage.out -covermode atomic -timeout 30m
generate-mocks: install-tools
./$(TOOLS_DIR)/mockery --all --dir "./interfaces/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment