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:
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index d2ff96d9..f6ca3e08 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -48,6 +48,14 @@ test-acceptance:1.15:
extends: .tests-acceptance-deamon
image: golang:1.15
+test:1.16:
+ extends: .tests-unit
+ image: golang:1.16
+
+test-acceptance:1.16:
+ extends: .tests-acceptance-deamon
+ image: golang:1.16
+
race:
extends: .tests-common
script: