Skip to content

Commit

Permalink
remove pumi-pic test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 13, 2023
1 parent 2060985 commit 9d35796
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ jobs:
- name: PUMI-PIC Build
if: ${{ steps.build-pumi-pic.outputs.cache-hit != 'true' }}
run: cmake --build ${{ runner.temp }}/build-pumi-pic -j8 --target install

- name: PUMI-PIC Test
run: ctest --test-dir ${{ runner.temp }}/build-pumi-pic

- name: PUMI-PIC Print
if: always()
run: cat ${{ runner.temp }}/build-pumi-pic/Testing/Temporary/LastTest.log

# Build PolyMPO

Expand Down

0 comments on commit 9d35796

Please sign in to comment.