Skip to content

Commit 4864dee

Browse files
committed
Windows: Run one spec file per CPU core
1 parent 8db5e89 commit 4864dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
9191
9292
# Run tests
93-
bundle exec rake parallel:spec[2]
93+
bundle exec rake parallel:spec
9494
9595
- name: Run tests on Linux
9696
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)