diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 3cdb1ad2c30a3..196fca8c5b4ea 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -21,7 +21,6 @@ tasks: - "//test/integration/..." - "//test/exe/..." test_flags: - - "--config=remote-clang" - - "--config=remote-ci" + - "--action_env=CC=clang" + - "--action_env=CXX=clang++" - "--config=coverage" - - "--jobs=75"