diff --git a/scripts/before-submit.sh b/scripts/before-submit.sh index e366fe1..d567056 100755 --- a/scripts/before-submit.sh +++ b/scripts/before-submit.sh @@ -8,6 +8,7 @@ set -e . <(scripts/run-build-cleaner.sh ...) # auto-repair issues scripts/run-clang-format.sh +bazel build -c opt ... bazel test -c opt ... scripts/make-compilation-db.sh sh scripts/run-clang-tidy-cached.cc