Skip to content

Commit

Permalink
Expand tests run under sanitizer supervision.
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel K. Gutierrez <[email protected]>
  • Loading branch information
samuelkgutierrez committed Jul 12, 2024
1 parent e3d68bf commit 0c945b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Run Core Tests
working-directory: ${{github.workspace}}/build
run: ctest -L core -C ${{matrix.build-type}} --output-on-failure
run: |
ctest -LE mpi -C ${{matrix.build-type}} --output-on-failure
- name: Run All Tests
working-directory: ${{github.workspace}}/build
Expand Down
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ set_tests_properties(
process-scopes
PROPERTIES
TIMEOUT 60
LABELS "process"
)

################################################################################
Expand Down Expand Up @@ -278,7 +279,7 @@ if(QV_FORTRAN_HAPPY)
process-fortapi
PROPERTIES
TIMEOUT 60
LABELS "fortran"
LABELS "process-fortran"
)

if(MPI_Fortran_FOUND)
Expand Down

0 comments on commit 0c945b5

Please sign in to comment.