Use ':all' instead of '...' as bazel tgt.
The three dots did not work, but ':all' does.
This commit is contained in:
parent
71e76f1509
commit
5af5c0fb03
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -52,11 +52,11 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd "${{ github.workspace }}"
|
cd "${{ github.workspace }}"
|
||||||
bazel build ...
|
bazel build :all
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd "${{ github.workspace }}"
|
cd "${{ github.workspace }}"
|
||||||
bazel test ...
|
bazel test :all
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user