From fe1949388f24f6a89cf06abcd7c093536d8c1bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 28 Jun 2022 12:48:29 +0300 Subject: [PATCH] [ci/test] set -c fastbuild Seems like it's not the default, unlike the docs say. Will investigate on why is that later. --- ci/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test b/ci/test index 269510d..0d54932 100755 --- a/ci/test +++ b/ci/test @@ -1,4 +1,4 @@ #!/bin/bash set -xeuo pipefail -bazel test ... +bazel test --compilation_mode fastbuild ...