Skip to content

Commit

Permalink
Run pytest with only unit tests in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Jul 4, 2023
1 parent 7e45b6a commit 744275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 744275b

Please sign in to comment.