From 24863cb6afca4daebde419d296ea3e04e3a32881 Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 21 Nov 2025 17:06:04 +0100 Subject: [PATCH] chore: update CI/CD testing command --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2d3c52..1eabd01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,4 @@ test: tags: - test script: - # - uv run --group integration-test pytest test/integration - - uv run --only-group test pytest test/unit - + - uv run pytest test/