Skip to content

Commit 9d90e34

Browse files
committed
fix just test-all
1 parent bf854c1 commit 9d90e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ test-all *ENV: coverage-erase
199199
@just test-rich {{ ENV }}
200200
@just test-no-rich {{ ENV }}
201201
uv run {{ ENV }} --all-extras --group colorama --exact pytest --cov-append -m "not rich and not no_rich"
202-
uv run --all-extras --no-group colorama --exact colorama pytest --cov-append -k test_ctor_params
202+
uv run {{ ENV }} --all-extras --no-group colorama --exact pytest --cov-append -k test_ctor_params
203203

204204
_log-tests:
205205
uv run pytest --collect-only --disable-warnings -q --no-cov

0 commit comments

Comments
 (0)