From 2522b13d356662c0126b29204691aa5b774562da Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 17 Nov 2025 06:51:40 +0100 Subject: [PATCH] ci: Add unit tests to ci --- .github/workflows/test.yml | 2 +- third_party/oidc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ef61c1..c920edf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/third_party/oidc b/third_party/oidc index 9616294..5670bc7 160000 --- a/third_party/oidc +++ b/third_party/oidc @@ -1 +1 @@ -Subproject commit 96162949117d9325e45e06acd3bbdd0fdb20450c +Subproject commit 5670bc7e30bd475924245086c8e29b90fbdf5454