We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2138b9c commit 7f51886Copy full SHA for 7f51886
libs/experimental/Makefile
@@ -10,7 +10,7 @@ test:
10
uv run --group test pytest $(TEST_FILE)
11
12
tests:
13
- uv run -- group test pytest $(TEST_FILE)
+ uv run --group test pytest $(TEST_FILE)
14
15
test_watch:
16
uv run --group test ptw --now . -- tests/unit_tests
0 commit comments