Browse Source

Update .gitlab-ci.yml

Remove race tester for go since it requires clang config that the runner is not setup for. Will revisit later
service_pr
Marshall Gaucher 5 years ago
committed by GitHub
parent
commit
b4ade08c89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitlab-ci.yml

2
.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

Loading…
Cancel
Save