Skip to content

Commit

Permalink
[ci] disable spack --test-all flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Dec 19, 2020
1 parent 776f8f4 commit bcdd7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
docker exec CI_container /bin/bash -c 'cd ./Package;
source spack/share/spack/setup-env.sh;\
spack dev-build --test=all k4gen@master;' # --test=all needs some work
spack dev-build k4gen@master;' # --test=all needs some work
- name: Test
# todo: need to figure out how to add runtime environment to ctest
run: |
Expand Down

0 comments on commit bcdd7c8

Please sign in to comment.