We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbe7f4 commit bd97dadCopy full SHA for bd97dad
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Run unit tests
65
run: |
66
- pytest tests/unit -v --cov=cli_audit --cov-report=xml --cov-report=term
+ pytest tests/ --ignore=tests/integration -v --cov=cli_audit --cov-report=xml --cov-report=term
67
68
- name: Run integration tests
69
0 commit comments