Skip to content

Commit

Permalink
Removed "-n auto" from examples CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 28, 2024
1 parent e3351df commit 5ebff36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: examples/myworker
timeout-minutes: 10
run: |
pytest -vv tests -n auto
pytest -vv tests
range:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
working-directory: examples/range
timeout-minutes: 10
run: |
pytest -vv tests -n auto
pytest -vv tests
rabbitmq_management:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
working-directory: examples/rabbitmq_management
timeout-minutes: 10
run: |
pytest -vv tests -n auto
pytest -vv tests
django:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
timeout-minutes: 10
run: |
export DJANGO_SETTINGS_MODULE=proj.settings
pytest -vv tests -n auto
pytest -vv tests
myutils:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -195,4 +195,4 @@ jobs:
working-directory: examples/myutils
timeout-minutes: 10
run: |
pytest -vv tests -n auto
pytest -vv tests

0 comments on commit 5ebff36

Please sign in to comment.