Skip to content

Commit

Permalink
Run ctest from source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 19, 2024
1 parent e350c95 commit 33c89d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,4 @@ jobs:
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\pkgconfig\bmiheatf.pc ) ){ exit 1 }
- name: Run CTest
working-directory: ${{ github.workspace }}/build
run: ctest --test-dir ${{ env.BUILD_DIR }} -C Release -VV --output-on-failure

0 comments on commit 33c89d8

Please sign in to comment.