update macos test for new unit-test command
This commit is contained in:

committed by
Tamara Dahlgren

parent
4146c3d135
commit
e221ba6ba7
2
.github/workflows/macos_unit_tests.yaml
vendored
2
.github/workflows/macos_unit_tests.yaml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user