build util dir when testing

This commit is contained in:
mrdudz 2022-02-05 17:44:32 +01:00
parent afe9d6a2eb
commit b3217ccb03

View file

@ -23,7 +23,9 @@ jobs:
- name: Build the tools. - name: Build the tools.
shell: bash shell: bash
run: make -j2 bin USER_CFLAGS=-Werror run: |
make -j2 bin USER_CFLAGS=-Werror
make -j2 util
- name: Build the platform libraries. - name: Build the platform libraries.
shell: bash shell: bash
run: make -j2 lib QUIET=1 run: make -j2 lib QUIET=1