Skip to content

Commit

Permalink
run tests sequentially to see if CI still fails
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya authored Nov 7, 2024
1 parent b7fc134 commit 2d169c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test-unit: poetry-install
$(POETRY_RUN) pytest src/tests/unit --maxfail=1 --verbose $(TEST_ARGS)

test-integration: poetry-install
$(POETRY_RUN) pytest src/tests/integration --maxfail=1 --verbose --durations=0 --numprocesses=4 --dist=worksteal $(TEST_ARGS)
$(POETRY_RUN) pytest src/tests/integration --maxfail=1 --verbose --durations=0 --numprocesses=1 --dist=worksteal $(TEST_ARGS)


# Coverage
Expand Down

0 comments on commit 2d169c6

Please sign in to comment.