Skip to content

Commit c1461c5

Browse files
committed
CI: Limit rspec concurrency to 2
1 parent ba138f3 commit c1461c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
sudo apt remove rpm
9292
fi
9393
94-
bundle exec rake parallel:spec
94+
bundle exec rake parallel:spec[2]

0 commit comments

Comments
 (0)