From e0db25494d20b511dce79af2b710f7ba8f76988f Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Fri, 26 Jan 2024 11:25:34 +0100 Subject: [PATCH] CI: build test binaries Signed-off-by: Pawel Czarnecki --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8e4ee6..8dc3dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,9 @@ jobs: . /root/conda/etc/profile.d/conda.sh conda activate source env.sh + pushd tests + make -j`nproc` + popd git submodule update --init --recursive software/coremark pushd software/coremark ./build.sh