We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df4bec commit 366e52aCopy full SHA for 366e52a
ci/common.sh
@@ -74,9 +74,8 @@ run_generic_tests() {
74
for build_config in "${BUILD_CONFIG[@]}"; do
75
echo "--------------------------------------------------------------------"
76
77
- BAZEL_COMMANDS=("build" "test")
78
-
79
# build/test separately to avoid thrashing VM resources
+ BAZEL_COMMANDS=("build" "test")
80
for cmd in "${BAZEL_COMMANDS[@]}"; do
81
time docker exec ${DOCKER_ENV} \
82
fleetbench \
0 commit comments