update macos test for new unit-test command

This commit is contained in:
Gregory Becker
2020-06-09 10:28:41 -07:00
committed by Tamara Dahlgren
parent 4146c3d135
commit e221ba6ba7

View File

@@ -32,7 +32,7 @@ jobs:
git --version git --version
. .github/workflows/setup_git.sh . .github/workflows/setup_git.sh
. share/spack/setup-env.sh . share/spack/setup-env.sh
coverage run $(which spack) test coverage run $(which spack) unit-test
coverage combine coverage combine
coverage xml coverage xml
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1