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