Skip to content

Commit 6f87218

Browse files
committed
Add recipe to run tests
1 parent 4166e25 commit 6f87218

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ push:
3232
git push && git push --tags
3333

3434
types:
35-
uv run --group test -- tox -e types
35+
uv run --group quality -- tox -e types
3636

3737
lint:
3838
uv run --group quality -- ruff check
3939

4040
format:
4141
uv run --group quality -- ruff format --diff
42+
43+
test:
44+
uv run --group test -- tox -e pytest

0 commit comments

Comments
 (0)