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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-04-02 15:53:46 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-04-10 18:42:31 +0300
commitd99e540c16469ca95ef8580cd7ea4e215df8ff7e (patch)
treee979c74c07de3c390d68ddc65be43704ff89806f /.gitlab-ci.yml
parent6a2e10e38ba87678b6b44fa73786eb1f4a668a4e (diff)
Add a test for fast_spec_helper
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9febc15e84a..8f80f1656d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -561,6 +561,11 @@ rspec-mysql:
<<: *only-schedules-master
parallel: 50
+rspec-fast-spec-helper:
+ <<: *rspec-metadata-pg
+ script:
+ - bundle exec rspec spec/fast_spec_helper.rb
+
.rspec-quarantine: &rspec-quarantine
<<: *only-schedules-master
script: