Motiejus Jakštys
fe1949388f
Seems like it's not the default, unlike the docs say. Will investigate on why is that later.
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
set -xeuo pipefail
|
|
|
|
bazel test --compilation_mode fastbuild ...
|