Skip to content

Commit

Permalink
Enable verbose output from CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jan 23, 2025
1 parent 69699f5 commit 309b8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: |
test -h $CONDA_PREFIX/lib/libbmisnowf${{ env.SHLIB_EXT }}
ctest --test-dir ${{ env.BUILD_DIR }}
ctest -V --test-dir ${{ env.BUILD_DIR }}
build-on-windows:

Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\run_bmisnow_model.exe ) ){ exit 1 }
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\bmisnowf.lib ) ){ exit 1 }
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\include\bmisnowf.mod ) ){ exit 1 }
ctest --test-dir ${{ env.BUILD_DIR }}
ctest -V --test-dir ${{ env.BUILD_DIR }}

0 comments on commit 309b8d5

Please sign in to comment.