summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-11-29 11:29:17 +0100
committerGitHub <noreply@github.com>2023-11-29 11:29:17 +0100
commitfcb3d62093021c7f3fb49defc54ffd7c11caf64a (patch)
tree9f0a1414318cf5bcb1eb493963398067512be93d /.github
parent306377684bcf1eb16617b2b9901ecd8e6fd80fdf (diff)
downloadspack-fcb3d62093021c7f3fb49defc54ffd7c11caf64a.tar.gz
spack-fcb3d62093021c7f3fb49defc54ffd7c11caf64a.tar.bz2
spack-fcb3d62093021c7f3fb49defc54ffd7c11caf64a.tar.xz
spack-fcb3d62093021c7f3fb49defc54ffd7c11caf64a.zip
unit tests: use --verbose to see order on macos (#41314)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index 7f7f3808b0..8e8031dc49 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -215,7 +215,7 @@ jobs:
$(which spack) bootstrap disable spack-install
$(which spack) solve zlib
common_args=(--dist loadfile --tx '4*popen//python=./bin/spack-tmpconfig python -u ./bin/spack python' -x)
- $(which spack) unit-test --cov --cov-config=pyproject.toml --cov-report=xml:coverage.xml "${common_args[@]}"
+ $(which spack) unit-test --verbose --cov --cov-config=pyproject.toml --cov-report=xml:coverage.xml "${common_args[@]}"
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
flags: unittests,macos