From fca1e863f99bde9273caa7a8e4f49b85190bbe0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 18:23:22 +0100 Subject: [PATCH] Add the test group when running the tests in the CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68b7c6279..a19c78f5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -478,4 +478,4 @@ jobs: # that the command in the Podman container can read the Xauthority # file successfully. xvfb-run -s '-ac' ./dev_scripts/env.py --distro ${{ matrix.distro }} --version ${{ matrix.version }} run --dev \ - bash -c 'cd dangerzone; uv run make test' + bash -c 'cd dangerzone; uv run --group test make test'