From c879278b2065f91b8322352ecffd81f29e024fbe Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Mon, 16 Oct 2023 12:29:54 -0600 Subject: [PATCH] Don't run CTest --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b37b066..853467b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,6 +116,6 @@ jobs: if ( -not ( Test-Path -Path $env:CONDA_PREFIX\lib\libbmiheatf.a ) ){ exit 1 } if ( -not ( Test-Path -Path $env:CONDA_PREFIX\include\bmiheatf.mod ) ){ exit 1 } - - name: Unit test with CTest - working-directory: ${{ github.workspace }}/build - run: ctest -C Release -VV --output-on-failure + # - name: Unit test with CTest + # working-directory: ${{ github.workspace }}/build + # run: ctest -C Release -VV --output-on-failure