chore: update integration test run instructions

No longer `--only-group`, but `--group` so that it also uses the default dependencies.

ref: N25B-213
This commit is contained in:
Twirre Meulenbelt
2025-10-28 15:00:51 +01:00
parent 7a96920db5
commit fd1facedd1

View File

@@ -33,7 +33,7 @@ uv run --only-group test pytest test/unit
Or for integration tests:
```bash
uv run --only-group integration-test pytest test/integration
uv run --group integration-test pytest test/integration
```
## GitHooks