Skip to content

Commit

Permalink
Make CI require the spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Sep 18, 2019
1 parent 7b3e17d commit 10ed857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: |
gem install bundler --no-document
bundle install --jobs 4 --retry 3
bundle exec rspec --format documentation
bundle exec rspec --format documentation --require spec_helper --color

0 comments on commit 10ed857

Please sign in to comment.