Skip to content

Commit 6aa115a

Browse files
committed
enable test coverage
1 parent e916765 commit 6aa115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
264264
- name: test sqlite-sync
265265
if: matrix.name == 'linux' || matrix.name == 'macos' || matrix.name == 'windows'
266-
run: make test
266+
run: make test COVERAGE=true
267267
shell: bash
268268

269269
- uses: actions/[email protected]

0 commit comments

Comments
 (0)