Skip to content

Commit

Permalink
Test for installed files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 13, 2024
1 parent 270c3e1 commit b6327ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
test -h $CONDA_PREFIX/lib/libheatf${{ env.SHLIB_EXT }}
test -f $CONDA_PREFIX/include/heatf.mod
test -f $CONDA_PREFIX/lib/pkgconfig/heatf.pc
test -h $CONDA_PREFIX/lib/libbmiheatf${{ env.SHLIB_EXT }}
test -f $CONDA_PREFIX/include/bmiheatf.mod
test -f $CONDA_PREFIX/lib/pkgconfig/bmiheatf.pc
- name: Run CTest
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit b6327ba

Please sign in to comment.