Skip to content

Commit f916f60

Browse files
committed
new
1 parent 7b71daf commit f916f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Run tests
3030
run: |
31-
pytest --cov=mergin mergin/test/ -k dummy_mcStorage
31+
pytest --cov=mergin mergin/test/test_client.py -k dummy_mcStorage
3232
3333
- name: Submit coverage to Coveralls
3434
env:

0 commit comments

Comments
 (0)