Skip to content
Snippets Groups Projects
Commit 715c4446 authored by Fabian Seidl's avatar Fabian Seidl Committed by Malte Bauch
Browse files

Resolve "Fix failing tests in ci because of default timeout in gotestsum"

See merge request !326
parent cfe1c094
No related branches found
No related tags found
2 merge requests!326Resolve "Fix failing tests in ci because of default timeout in gotestsum",!264WIP: Develop
Pipeline #103455 passed
...@@ -41,7 +41,7 @@ controller-test: install-tools ...@@ -41,7 +41,7 @@ controller-test: install-tools
ENVIRONMENT=testing ./$(TOOLS_DIR)/gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun ENVIRONMENT=testing ./$(TOOLS_DIR)/gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun
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 -coverprofile=coverage.out ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short -race $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -coverprofile=coverage.out -timeout 30m
ci-controller-test: ci-install-tools ci-controller-test: ci-install-tools
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun -coverprofile=coverage.out ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun -coverprofile=coverage.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment