Skip to content

Commit ce32be2

Browse files
committed
Run one test
1 parent 3fe7e42 commit ce32be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lint-types = [
8383
{ cmd = "uv run mypy --namespace-packages --check-untyped-defs ."},
8484
]
8585
run-bench = "uv run python scripts/run_bench.py"
86-
test = "uv run pytest"
86+
test = "uv run pytest tests/worker/test_workflow.py::test_workflow_return_is_honored_when_it_precedes_signal_completion_command"
8787

8888

8989
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)