Skip to content

Commit

Permalink
Add the test group when running the tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 6, 2025
1 parent 437c6b0 commit fca1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit fca1e86

Please sign in to comment.