Skip to content

Commit 55b3fa3

Browse files
committed
ci: Run unit tests only
1 parent ff75949 commit 55b3fa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
python -m pip install --upgrade pip
6363
pip install pytest
6464
65-
- name: Run Unit & Integration Tests
66-
run: pytest tests/ -v
65+
- name: Run unit tests
66+
run: pytest tests/unit/ -v

0 commit comments

Comments
 (0)