1
hermetic_cc_toolchain/ci/test
Motiejus Jakštys fe1949388f [ci/test] set -c fastbuild
Seems like it's not the default, unlike the docs say. Will investigate
on why is that later.
2022-06-28 12:48:31 +03:00

5 lines
76 B
Bash
Executable File

#!/bin/bash
set -xeuo pipefail
bazel test --compilation_mode fastbuild ...