From 9b5def42863009c5bb6d1744b2f83655fd904910 Mon Sep 17 00:00:00 2001 From: Jonas Danielsson Date: Wed, 23 Feb 2022 10:47:14 +0100 Subject: [PATCH] CI: Use tools/build/build instead of make To make sure we get unit-test coverage. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 981ec8539a..f89b99245c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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