Skip to content

Commit f4e049a

Browse files
committed
Remove parallel testing
1 parent 44c33e3 commit f4e049a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: uv sync --locked --all-extras --dev
1919

2020
- name: Generate coverage report
21-
run: uv run pytest -n logical --cov=fractured_json --cov-report=xml
21+
run: uv run pytest --cov=fractured_json --cov-report=xml
2222

2323
- name: Upload coverage to Codecov
2424
uses: codecov/codecov-action@v3

.github/workflows/run-all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: uv sync --locked --all-extras --dev
2929

3030
- name: Run tests
31-
run: uv run pytest -n logical
31+
run: uv run pytest

0 commit comments

Comments
 (0)