Skip to content

Commit

Permalink
CI refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Oct 4, 2024
1 parent 6873966 commit 3fad56c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CI/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [ "$BUILD_TYPE" = "Release" ]; then
# restrict memory use for oversubscribed runners
PARSEC_MCA_device_cuda_memory_use=10
PARSEC_MCA_device_hip_memory_use=10
fi

ctest --output-on-failure
ctest --output-on-failure
fi
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
build_type : [ Debug, Release ]
shared_type : [ OFF, ON ]
profiling : [ OFF, ON ]
name: "${{matrix.build_type}} S=${{matrix.shared_type}} P=${{matrix.profiling}}"
exclude:
- build_type: Debug
profiling: OFF
- build_type: Release
shared: OFF
name: "${{matrix.build_type}} Shared=${{matrix.shared_type}} Profile=${{matrix.profiling}}"
env:
BUILD_TYPE: ${{matrix.build_type}}
SHARED_TYPE: ${{matrix.shared_type}}
Expand Down

0 comments on commit 3fad56c

Please sign in to comment.