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:
parent
4b6b77336a
commit
b4ade08c89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue