From 123b54c645e88917a1390de70dd0d30febc9f881 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 18 Apr 2023 11:51:14 -0400 Subject: [PATCH] Disable Ctest --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index edfa263..6809728 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,5 +48,5 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build # Execute CMake BuiltTest test - run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest + #run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest