Update .gitlab-ci.yml

Remove race tester for go since it requires clang config that the runner is not setup for. Will revisit later
This commit is contained in:
Marshall Gaucher 2019-10-01 16:04:57 -07:00 committed by GitHub
parent 4b6b77336a
commit b4ade08c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ test:test-unittest:
- make test - make test
allow_failure: true allow_failure: true
test:test-race-conditions: .test:test-race-conditions:
stage: test stage: test
dependencies: dependencies:
- build:build-linux - build:build-linux