Skip to content

Commit

Permalink
Add spack test to pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 3, 2024
1 parent 5f0ec6f commit 4431d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ jobs:
run: spack -e . concretize

- name: Install
run: spack -e . install --no-check-signature --fail-fast
run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache

- 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 4431d47

Please sign in to comment.