From 412e16053df96bbf128e8d5a1ccfcd488baa33f9 Mon Sep 17 00:00:00 2001 From: z0z0r4 Date: Thu, 23 Jan 2025 19:08:45 +0800 Subject: [PATCH] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e099408..6eff3d8 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ set positional-arguments VERSION := `uv run scripts/get_version.py modrinth_api_wrapper/__init__.py` test: - uv run --with pytest python -m pytest .\tests + uv run --with pytest python -m pytest tests just clean build: