Skip to content

Commit 5e4c38a

Browse files
committed
debug test
1 parent 607e148 commit 5e4c38a

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 --cov-report=lcov mergin/test/
31+
pytest --cov=mergin --cov-report=lcov mergin/test/ -k gpkg_schema
3232
3333
- name: Submit coverage to Coveralls
3434
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)