Skip to content

Commit

Permalink
Slightly speed up CI runs
Browse files Browse the repository at this point in the history
GitHub actions can run 4 workers at once. There's also no need to explicitly
set this variable as these are all vms. I presume that CircleCI reported a value too high
  • Loading branch information
Earlopain committed May 30, 2024
1 parent 6463bf2 commit 43105b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
spec:
name: Spec - ${{ matrix.os }} ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}-latest
env:
# See https://github.com/tmm1/test-queue#environment-variables
TEST_QUEUE_WORKERS: 2
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 43105b4

Please sign in to comment.