Skip to content

Commit ee91444

Browse files
committed
CI: Use rake default because of bug on windows
See ruby/setup-ruby#18
1 parent bd8dbbb commit ee91444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
gem install bundler
2121
bundle install --jobs 4 --retry 3
2222
- name: Run Tests
23-
run: bundle exec rake
23+
run: bundle exec rake default

0 commit comments

Comments
 (0)