Skip to content

Commit

Permalink
Using samvera/parallel_rspec for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed May 8, 2019
1 parent d5a54f9 commit 5c3503d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,7 @@ jobs:
ruby_version: << parameters.ruby_version >>
bundler_version: << parameters.bundler_version >>
project: om
- run:
name: Run RSpec
command: |
mkdir /tmp/test-results
bundle exec rake
- store_test_results:
path: /tmp/test-results
- store_artifacts:
path: /tmp/test-results
destination: test-results
- samvera/parallel_rspec

workflows:
version: 2
Expand Down

0 comments on commit 5c3503d

Please sign in to comment.