ci: Add unit tests to ci

This commit is contained in:
Chris Coutinho
2025-11-17 06:51:40 +01:00
parent 6cfd7e2729
commit 2522b13d35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,4 +85,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest -v --log-cli-level=WARN -m smoke
uv run pytest -v --log-cli-level=WARN -m unit -m smoke