Skip to content

Commit

Permalink
Temporarily skip ctest stage in GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoukpaizan committed Jan 24, 2025
1 parent d27fb75 commit 9c50ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ jobs:
- name: Install
run: spack -e . install --no-check-signature --fail-fast --keep-stage

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

# Push with force to override existing binaries...
- name: Push to binaries to buildcache
Expand Down

0 comments on commit 9c50ca3

Please sign in to comment.