Skip to content

Commit

Permalink
Run test during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj authored Oct 14, 2023
1 parent 36a8576 commit 2f88374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo mv $BAZEL /usr/local/bin/bazel
- name: Build proto/
run: cd proto && bazel build //...
run: cd proto && bazel build //... && bazel test //...

- name: Build bazel/example/
run: cd bazel/example/ && bazel build //...
run: cd bazel/example/ && bazel build //... && bazel test //...

0 comments on commit 2f88374

Please sign in to comment.