Skip to content

Commit

Permalink
Run paralle examples too.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 29, 2024
1 parent 0d5e846 commit f635d04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
run: |
! ctest --verbose -C $BUILD_TYPE | grep HDF5-DIAG
- name: Examples
working-directory: ${{github.workspace}}/build/src/examples
run: $GITHUB_WORKSPACE/.github/run_examples.sh

# Job testing several versions of hdf5
# ===================================================
Expand Down Expand Up @@ -136,7 +139,6 @@ jobs:
run: |
! ctest --verbose -C $BUILD_TYPE | grep HDF5-DIAG
- name: Examples
working-directory: ${{github.workspace}}/build/src/examples
run: $GITHUB_WORKSPACE/.github/run_examples.sh
Expand Down

0 comments on commit f635d04

Please sign in to comment.