1
Fork 0

[ci/test] set -c fastbuild

Seems like it's not the default, unlike the docs say. Will investigate
on why is that later.
nix
Motiejus Jakštys 2022-06-28 12:48:29 +03:00
parent b7da83e13e
commit fe1949388f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -xeuo pipefail
bazel test ...
bazel test --compilation_mode fastbuild ...