Skip to content

Commit

Permalink
Remove TEST_QUEUE_WORKERS
Browse files Browse the repository at this point in the history
In rubocop/rubocop@43105b4 I found that not setting this is slightly faster for CI

Doesn't matter much here but it's less clutter
  • Loading branch information
Earlopain authored and marcandre committed Dec 28, 2024
1 parent 14ecaea commit af33ed0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 5
env:
# See https://github.com/tmm1/test-queue#environment-variables
TEST_QUEUE_WORKERS: 2
RUBOCOP_VERSION: none
JRUBY_OPTS: --dev # http://blog.headius.com/2019/09/jruby-startup-time-exploration.html
TRUFFLERUBYOPT: --engine.Mode=latency # optimize for short test suites
Expand Down Expand Up @@ -90,9 +88,6 @@ jobs:
name: >-
Main Gem Specs | RuboCop: ${{ matrix.rubocop }} | ${{ 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 Expand Up @@ -127,10 +122,6 @@ jobs:
name: >-
Coding Style | ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}-latest
env:
# See https://github.com/tmm1/test-queue#environment-variables
TEST_QUEUE_WORKERS: 2
RUBOCOP_VERSION: master
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit af33ed0

Please sign in to comment.