Skip to content

Commit cce32ac

Browse files
CI: test with Sync-enabled library on internal CI
1 parent 02654a3 commit cce32ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ generator-integ-tests:
9090
- dart test --concurrency=1 --reporter expanded
9191
# ObjectBox tests
9292
- cd ../objectbox_test
93-
- ../install.sh
93+
# Use Sync-enabled library to at least partially run sync_test.dart
94+
- ../install.sh --sync
9495
- dart pub get
9596
- dart run build_runner build
9697
# Set concurrency=1 to run only one test suite (== test file) at a time.

0 commit comments

Comments
 (0)