Skip to content

Commit

Permalink
CI: Use tools/build/build instead of make
Browse files Browse the repository at this point in the history
To make sure we get unit-test coverage.
  • Loading branch information
jonasdn committed Feb 23, 2022
1 parent 22e06b0 commit 9b5def4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
submodules: true

- name: build
run: docker run --rm -v ${PWD}:/module bitcraze/builder bash -c "./scripts/kconfig/merge_config.sh configs/${CONF} configs/defconfig && make -j 12"
run: docker run --rm -v ${PWD}:/module bitcraze/builder bash -c "./scripts/kconfig/merge_config.sh configs/${CONF} configs/defconfig && ./tools/build/build UNIT_TEST_STYLE=min"

apps:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b5def4

Please sign in to comment.