mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-06 01:16:24 +00:00
Disabled race_detector in gitlab-ci.yml
This commit is contained in:
parent
dd7c020cf5
commit
f40f6afa5c
@ -21,12 +21,12 @@ unit_tests:
|
||||
script:
|
||||
- make test
|
||||
|
||||
race_detector:
|
||||
stage: test
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- make race
|
||||
#race_detector:
|
||||
# stage: test
|
||||
# tags:
|
||||
# - docker
|
||||
# script:
|
||||
# - make race
|
||||
|
||||
code_coverage:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user