Skip to content

Commit db49a85

Browse files
committed
Jenkinsfile: add QueryObserverTest rx test
1 parent 35841c1 commit db49a85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ pipeline {
3333

3434
stage('build-java') {
3535
steps {
36-
sh './test-with-asan.sh -Dextensive-tests=true clean test --tests io.objectbox.FunctionalTestSuite --tests io.objectbox.test.proguard.ObfuscatedEntityTest assemble'
36+
sh './test-with-asan.sh -Dextensive-tests=true clean test ' +
37+
'--tests io.objectbox.FunctionalTestSuite ' +
38+
'--tests io.objectbox.test.proguard.ObfuscatedEntityTest ' +
39+
'--tests io.objectbox.rx.QueryObserverTest ' +
40+
'assemble'
3741
}
3842
}
3943

0 commit comments

Comments
 (0)