summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e351fd1..c9c1744 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,12 @@ go:1.14:
extends: .test
image: golang:1.14
+race:
+ extends: .test
+ image: golang:1.14
+ script:
+ - make test_golang_race
+
codequality:
extends: .use-docker-in-docker
allow_failure: true