diff --git a/pigweed.json b/pigweed.json index e938d9951f..b0c053c7a7 100644 --- a/pigweed.json +++ b/pigweed.json @@ -127,6 +127,22 @@ "pw_emu/qemu-netduinoplus2.json", "pw_emu/renode-stm32f4_discovery.json" ] + }, + "bazel_presubmit": { + "remote_cache": true, + "upload_local_results": true, + "programs": { + "default": [ + [ + "build", + "//..." + ], + [ + "test", + "//..." + ] + ] + } } } }