From e86f5476a5314fb924fb887f53f05e807649561b Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Wed, 14 Aug 2024 11:42:38 -0600 Subject: [PATCH] Replaced cmake with ctest --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 46dcad08..0d915d61 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -152,7 +152,7 @@ jobs: run: cmake --build ${{ env.BUILD_DIR }} - name: CTest - run: cmake --test-dir ${{ env.BUILD_DIR }} + run: ctest --test-dir ${{ env.BUILD_DIR }} - name: Upload results uses: actions/upload-artifact@v4 @@ -203,7 +203,7 @@ jobs: run: cmake --build ${{ env.BUILD_DIR }} - name: CTest - run: cmake --test-dir ${{ env.BUILD_DIR }} + run: ctest --test-dir ${{ env.BUILD_DIR }} - name: Upload results uses: actions/upload-artifact@v4