diff --git a/.gitignore b/.gitignore index 8ab960f..74016c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .ijwb +.aswb *.sw[a-z] bazel-* .DS_Store diff --git a/kokoro/scripts/build.sh b/kokoro/scripts/build.sh index 072e1ad..840fd42 100755 --- a/kokoro/scripts/build.sh +++ b/kokoro/scripts/build.sh @@ -3,4 +3,6 @@ # Fail on any error. set -e cd ../../ + +bazel test //... bazel build //dist:all