We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007f2af commit 0825b36Copy full SHA for 0825b36
.github/workflows/test.yml
@@ -82,7 +82,8 @@ jobs:
82
../tool/pub.sh run test
83
- name: Install ObjectBox C library
84
working-directory: objectbox_test
85
- run: ../install.sh
+ # Use Sync-enabled library to at least partially run sync_test.dart
86
+ run: ../install.sh --sync
87
- name: Library Test
88
89
# Set concurrency=1 to run only one test suite (== test file) at a time to make it easier to
0 commit comments