Fix MacOS tests on develop

The -u option allows to update the current head,
so tests won't fail if we are on develop
This commit is contained in:
Massimiliano Culpo 2020-05-09 23:18:55 +02:00 committed by Todd Gamblin
parent 29105da445
commit 8c12030498

View file

@ -36,7 +36,7 @@ jobs:
- name: Run unit tests
run: |
git --version
git fetch origin develop:develop
git fetch -u origin develop:develop
. share/spack/setup-env.sh
coverage run $(which spack) test
coverage combine