There was an error while loading. Please reload this page.
1 parent 4fc2823 commit dd9f6d4Copy full SHA for dd9f6d4
build.gradle
@@ -545,10 +545,10 @@ def cargo_exists() {
545
}
546
547
548
-if (cargo_exists()) {
+if (cargo_exists() && !project.hasProperty('sbe.skipRust')) {
549
test.dependsOn('runRustCarExample')
550
} else {
551
- println 'Skipping Rust integration test due to absent cargo command'
+ println 'Skipping Rust integration test due to absent cargo command or sbe.skipRust property'
552
553
554
task generateRustCodecs {
0 commit comments