Skip to content

Commit 9febbef

Browse files
committed
CI: Limit rspec concurrency to 2
1 parent 638e189 commit 9febbef

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)