From 60ac141300d41e1d8ca4a8d99a4f35fdfc7843da Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 27 Dec 2023 10:26:24 +0100 Subject: [PATCH] Reorder C.I. tests --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 438c4741..fa21e1db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Run with GLM_TEST_FORCE_PURE run: cmake -S. -B ./build_pure_std -T v143 -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON | - cmake --build ./build_auto --config ${{matrix.config}} | + cmake --build ./build_pure_std --config ${{matrix.config}} | ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std - name: Run with GLM_TEST_FORCE_PURE and language extensions run: @@ -112,7 +112,7 @@ jobs: - name: Run with GLM_TEST_FORCE_PURE run: cmake -S. -B ./build_pure_std -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON | - cmake --build ./build_auto --config ${{matrix.config}} | + cmake --build ./build_pure_std --config ${{matrix.config}} | ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std - name: Run with GLM_TEST_FORCE_PURE and language extensions run: @@ -185,7 +185,7 @@ jobs: - name: Run with GLM_TEST_FORCE_PURE run: cmake -S. -B ./build_pure_std -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON | - cmake --build ./build_auto --config ${{matrix.config}} | + cmake --build ./build_pure_std --config ${{matrix.config}} | ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std - name: Run with GLM_TEST_FORCE_PURE and language extensions run: