Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/ci/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 8c4e757b..3218d8ee 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -23,6 +23,10 @@ test:1.14:
extends: .tests
image: golang:1.14
+test:1.15:
+ extends: .tests
+ image: golang:1.15
+
race:
extends: .go-mod-cache
stage: test