diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e697a0a5..a7f3bf4a9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,8 +130,8 @@ jobs: run: cmake --version - name: Run with automagic detection run: | - cmake -S. -B ./build_auto - cmake --build ./build_auto --config ${{matrix.config}} -DGLM_BUILD_TESTS=ON + cmake -S. -B ./build_auto -DGLM_BUILD_TESTS=ON + cmake --build ./build_auto --config ${{matrix.config}} ctest --verbose -C ${{matrix.config}} --test-dir ./build_auto - name: Run with GLM_FORCE_PURE