Skip to content

Commit

Permalink
CI: Check test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed May 31, 2024
1 parent 676c324 commit 97c7892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
linux-gcc14:
runs-on: ubuntu-24.04
name: Linux mpi=${{ matrix.mpi }} CC=${{ matrix.cc }} shared=${{ matrix.shared }}
timeout-minutes: 61
timeout-minutes: 60

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composite-unix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:

- name: CMake self-tests
shell: bash
run: ctest --preset default || (ls && md5sum p4est.p4p)
run: ctest --preset default || (ls test && md5sum ./test/p4est.p4p)

- name: install p4est CMake package
shell: bash
Expand Down

0 comments on commit 97c7892

Please sign in to comment.