Skip to content

Commit 0825b36

Browse files
CI: run unit tests with Sync-enabled library on GitHub as well
1 parent 007f2af commit 0825b36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
../tool/pub.sh run test
8383
- name: Install ObjectBox C library
8484
working-directory: objectbox_test
85-
run: ../install.sh
85+
# Use Sync-enabled library to at least partially run sync_test.dart
86+
run: ../install.sh --sync
8687
- name: Library Test
8788
working-directory: objectbox_test
8889
# Set concurrency=1 to run only one test suite (== test file) at a time to make it easier to

0 commit comments

Comments
 (0)