Skip to content

Commit 7f51886

Browse files
committed
fix
1 parent 2138b9c commit 7f51886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/experimental/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
uv run --group test pytest $(TEST_FILE)
1111

1212
tests:
13-
uv run -- group test pytest $(TEST_FILE)
13+
uv run --group test pytest $(TEST_FILE)
1414

1515
test_watch:
1616
uv run --group test ptw --now . -- tests/unit_tests

0 commit comments

Comments
 (0)