Skip to content

Commit

Permalink
Revert ":wrench: temporary change test command"
Browse files Browse the repository at this point in the history
This reverts commit 0bbecc8.
  • Loading branch information
RF-Tar-Railt committed Oct 23, 2023
1 parent 0bbecc8 commit 977c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pythonPlatform = "All"
typeCheckingMode = "basic"

[tool.pdm.scripts]
test = "pytest -v -s -W ignore"
test = "pytest -v -n auto -W ignore"
format = { composite = ["isort ./src/ ./example/ ./tests/","black ./src/ ./example/ ./tests/","ruff ./src/ ./example/ ./tests/"] }

[tool.pytest.ini_options]
Expand Down

0 comments on commit 977c5e7

Please sign in to comment.