Skip to content

Commit 8ab6be7

Browse files
committed
Set example tests in CI to run only tests in given folder
1 parent 435c897 commit 8ab6be7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
- name: Lint with black
113113
run: black --check .
114114
- name: Run tests
115-
run: |
116-
pytest .
115+
run: pytest test_main.py
117116

118117
release:
119118
name: Release

0 commit comments

Comments
 (0)