build util dir when testing
This commit is contained in:
parent
afe9d6a2eb
commit
b3217ccb03
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
|||
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
run: make -j2 bin USER_CFLAGS=-Werror
|
||||
run: |
|
||||
make -j2 bin USER_CFLAGS=-Werror
|
||||
make -j2 util
|
||||
- name: Build the platform libraries.
|
||||
shell: bash
|
||||
run: make -j2 lib QUIET=1
|
||||
|
|
Loading…
Add table
Reference in a new issue