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 ...