diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index 57677b4..86fc02f 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -11,7 +11,8 @@ default_test_runner( name = "default_test_runner", bazel_cmds = [ "info", - "run @tweag-credential-helper//installer", + "run @tweag-credential-helper//installer --noworkspace_rc", + "shutdown", "test //...", ], ) @@ -20,7 +21,8 @@ default_test_runner( name = "customized_installer_test_runner", bazel_cmds = [ "info", - "run //:custom_installer", + "run //:custom_installer --noworkspace_rc", + "shutdown", "test //...", ], )