Skip to content

Commit

Permalink
Debug odbc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Oct 13, 2024
1 parent 23b7886 commit 1122af5
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
@@ -1,6 +1,6 @@
checkfiles = tortoise/ examples/ tests/ conftest.py
py_warn = PYTHONDEVMODE=1
pytest_opts = -n auto --cov=tortoise --cov-append --tb=native -q
pytest_opts = -n 1 --cov=tortoise --cov-append --tb=native -q

help:
@echo "Tortoise ORM development makefile"
Expand Down

0 comments on commit 1122af5

Please sign in to comment.