Skip to content

Commit

Permalink
Add step with running tests to the build script (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
frsv authored Oct 12, 2023
1 parent 78b439a commit 99c42ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.ijwb
.aswb
*.sw[a-z]
bazel-*
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions kokoro/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# Fail on any error.
set -e
cd ../../

bazel test //...
bazel build //dist:all

0 comments on commit 99c42ee

Please sign in to comment.