diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c27e79..4cd43fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,11 +52,11 @@ jobs: shell: bash run: | cd "${{ github.workspace }}" - bazel build ... + bazel build :all - name: Test shell: bash run: | cd "${{ github.workspace }}" - bazel test ... + bazel test :all