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 20:51:13 +0800 |
commit | 77e7c8ace06703a90e34ba09226d1e9b9ad79ef7 (patch) | |
tree | e70d37d12e6ff11974464a5247280bd380b65442 | |
parent | af9b46f3bea10b7897f519bb5b680075c79b5b80 (diff) | |
download | gitlab-ce-ce-10834-support-fast-unit-tests-in-ee.tar.gz |
Add a test for fast_spec_helperce-10834-support-fast-unit-tests-in-ee
-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: |