diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2019-04-02 20:53:46 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-04-10 23:42:31 +0800 |
commit | d99e540c16469ca95ef8580cd7ea4e215df8ff7e (patch) | |
tree | e979c74c07de3c390d68ddc65be43704ff89806f /.gitlab-ci.yml | |
parent | 6a2e10e38ba87678b6b44fa73786eb1f4a668a4e (diff) | |
download | gitlab-ce-d99e540c16469ca95ef8580cd7ea4e215df8ff7e.tar.gz |
Add a test for fast_spec_helper
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
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: |