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 02654a3 commit cce32acCopy full SHA for cce32ac
.gitlab-ci.yml
@@ -90,7 +90,8 @@ generator-integ-tests:
90
- dart test --concurrency=1 --reporter expanded
91
# ObjectBox tests
92
- cd ../objectbox_test
93
- - ../install.sh
+ # Use Sync-enabled library to at least partially run sync_test.dart
94
+ - ../install.sh --sync
95
- dart pub get
96
- dart run build_runner build
97
# Set concurrency=1 to run only one test suite (== test file) at a time.
0 commit comments