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'