Skip to content

Commit 6b1dbd4

Browse files
committed
[ci] parallel bundle
1 parent d0fcd16 commit 6b1dbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
ruby-version: 2.5.8
1717
- name: Test with Rspec
1818
run: |
19-
gem install --no-rdoc --no-ri bundler
20-
bundle install
19+
gem install --no-rdoc --no-ri -- bundler
20+
bundle install --jobs 4 --retry 3
2121
bundle exec rspec

0 commit comments

Comments
 (0)