We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c33e3 commit f4e049aCopy full SHA for f4e049a
2 files changed
.github/workflows/code-coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
run: uv sync --locked --all-extras --dev
19
20
- name: Generate coverage report
21
- run: uv run pytest -n logical --cov=fractured_json --cov-report=xml
+ run: uv run pytest --cov=fractured_json --cov-report=xml
22
23
- name: Upload coverage to Codecov
24
uses: codecov/codecov-action@v3
.github/workflows/run-all-tests.yml
@@ -28,4 +28,4 @@ jobs:
28
29
30
- name: Run tests
31
- run: uv run pytest -n logical
+ run: uv run pytest
0 commit comments