summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2024-11-11 19:01:24 +0100
committerGitHub <noreply@github.com>2024-11-11 19:01:24 +0100
commit4eb7b998e842e3f3deb4ff73391128e7e75099ad (patch)
treef7af167017522731627b91f6f2bbae11e5c41623 /.github
parent3b423a67a29d266cd1722b86a4420126b443811e (diff)
downloadspack-4eb7b998e842e3f3deb4ff73391128e7e75099ad.tar.gz
spack-4eb7b998e842e3f3deb4ff73391128e7e75099ad.tar.bz2
spack-4eb7b998e842e3f3deb4ff73391128e7e75099ad.tar.xz
spack-4eb7b998e842e3f3deb4ff73391128e7e75099ad.zip
Move concretization tests to the same folder (#47539)
* Move concretization tests to the same folder Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> * Fix for clingo-cffi --------- Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
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 58525d405c..72184b7fbf 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -174,7 +174,7 @@ jobs:
spack bootstrap disable github-actions-v0.6
spack bootstrap status
spack solve zlib
- spack unit-test --verbose --cov --cov-config=pyproject.toml --cov-report=xml:coverage.xml lib/spack/spack/test/concretize.py
+ spack unit-test --verbose --cov --cov-config=pyproject.toml --cov-report=xml:coverage.xml lib/spack/spack/test/concretization/core.py
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: coverage-clingo-cffi