From b4ade08c8910dda45062c5cf4ac3c9ed770892ed Mon Sep 17 00:00:00 2001 From: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:04:57 -0700 Subject: [PATCH] Update .gitlab-ci.yml Remove race tester for go since it requires clang config that the runner is not setup for. Will revisit later --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04a6103..ac5809f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ test:test-unittest: - make test allow_failure: true -test:test-race-conditions: +.test:test-race-conditions: stage: test dependencies: - build:build-linux