Skip to content

Commit 027ba43

Browse files
committed
enable all tests
1 parent 678fa8d commit 027ba43

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

0 commit comments

Comments
 (0)