diff --git a/README.md b/README.md index 2fa9584..22bcf3f 100644 --- a/README.md +++ b/README.md @@ -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