Revert "fix: fix only group integration testing to exclude missing dependencies"

This reverts commit c75f5de97c.
This commit is contained in:
Björn Otgaar
2025-10-28 14:16:58 +01:00
parent fd11e63b78
commit e196609e64

View File

@@ -22,6 +22,6 @@ test:
tags: tags:
- test - test
script: script:
- uv run --only-group test pytest test/integration - uv run pytest test/integration
- uv run --only-group test pytest test/unit - uv run --only-group test pytest test/unit