Use 'test' target for tests.

Default target ':all' does not work for test, stick with 'test'.
This commit is contained in:
Andre Vehreschild 2022-04-21 08:44:38 +02:00
parent 5af5c0fb03
commit 870b767c70

View File

@ -58,5 +58,5 @@ jobs:
shell: bash
run: |
cd "${{ github.workspace }}"
bazel test :all
bazel test test