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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue