Skip to content

Commit c500751

Browse files
committed
test: when running unit tests, show stdout for failed tests
1 parent 2e33bcf commit c500751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run = "uv run python3 -m codegen.run"
44

55
[tasks.test]
66
description = "Run unit tests"
7-
run = "uv run pytest"
7+
run = "uv run pytest -s"
88

99
[tasks.bench]
1010
description = "Run benchmarks"

0 commit comments

Comments
 (0)