Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 3503a1f

Browse files
committed
Comment out build test in GH-Actions.
1 parent df5e19f commit 3503a1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spack_cpu_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ jobs:
182182
- name: Install package
183183
run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache --fresh
184184

185-
- name: Test Build
186-
run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV
185+
#- name: Test Build
186+
# run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV
187187

188188
# Push with force to override existing binaries...
189189
- name: Push binaries to buildcache

0 commit comments

Comments
 (0)