Skip to content

Commit

Permalink
Don't run CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 16, 2023
1 parent 7c5078e commit c879278
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c879278

Please sign in to comment.