From 270c4d09094eac9222355412fef609b0867aace4 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 19 Dec 2023 19:33:11 +0100 Subject: [PATCH] gne --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4375c7f3..c95187035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - run: cmake --build . --parallel --config ${{matrix.config}} + - run: ctest --parallel 4 --verbose -C ${{matrix.config}} #name: GLM Unit Tests