diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0aaad257..cb7180d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: types: [ python ] - id: pytest-check name: pytest-check - entry: pytest --cov=autogpt --without-integration --without-slow-integration + entry: pytest --cov=autogpt tests/unit language: system pass_filenames: false always_run: true