diff --git a/.circleci/config.yml b/.circleci/config.yml index 59dc18e..3a753df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,17 +33,7 @@ jobs: - run: name: 'Lint the source code files using RuboCop' command: 'bundle exec rubocop --config=./.rubocop.yml --parallel' - #- samvera/parallel_rspec - - run: - name: 'Executing the test suites using RSpec' - command: | - mkdir /tmp/test-results - bundle exec rspec $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings) - - store_test_results: - path: /tmp/test-results - - store_artifacts: - path: /tmp/test-results - destination: test-results + - samvera/parallel_rspec workflows: version: 2