Skip to content

Commit dd0446d

Browse files
committed
part two
1 parent bdd6612 commit dd0446d

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 "test_error_monthly_contributors_limit_hit or dummy_mcStorage"
31+
pytest --cov=mergin mergin/test/ -k dummy_mcStorage
3232
3333
- name: Submit coverage to Coveralls
3434
env:

0 commit comments

Comments
 (0)