Skip to content

Commit

Permalink
CI: Use rake default because of bug on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Mar 20, 2020
1 parent bd8dbbb commit ee91444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run Tests
run: bundle exec rake
run: bundle exec rake default

0 comments on commit ee91444

Please # to comment.