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

remove -race

parent 0495da3d
No related branches found
No related tags found
1 merge request!735Update go 1.22
Pipeline #183322 failed
...@@ -47,7 +47,7 @@ show-unit-test-coverage: unit-test ...@@ -47,7 +47,7 @@ show-unit-test-coverage: unit-test
go tool cover -html=coverage.out go tool cover -html=coverage.out
ci-unit-test: ci-install-tools 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 generate-mocks: install-tools
./$(TOOLS_DIR)/mockery --all --dir "./interfaces/" ./$(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