diff --git a/.bazelrc b/.bazelrc index 3cf6b94..d412076 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,7 +3,6 @@ test --test_output=errors build --verbose_failures build --worker_sandboxing -build --compilation_mode=opt build --incompatible_enable_cc_toolchain_resolution build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 diff --git a/ci/test b/ci/test index 0d54932..269510d 100755 --- a/ci/test +++ b/ci/test @@ -1,4 +1,4 @@ #!/bin/bash set -xeuo pipefail -bazel test --compilation_mode fastbuild ... +bazel test ...