Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 7931113

Browse files
committed
Fix tests command
1 parent 818a1bb commit 7931113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Test with pytest
5050
run: |
51-
poetry run pytest tests typic --doctest-modules --cov --cov-config=.coveragerc --cov-report=xml
51+
poetry run pytest tests --cov --cov-config=.coveragerc --cov-report=xml
5252
5353
- name: Upload coverage to Codecov
5454
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)