diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-04-26 12:47:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 12:47:17 +0200 |
commit | ac9012da0c0abb02dd2f7983b20bbadef5c596f7 (patch) | |
tree | 695e3a84cc498115c90233e7ff69324b68a806c9 /.github/workflows/audit.yaml | |
parent | e3cb4f09f084095133534003b116ec28d9939db5 (diff) | |
download | spack-ac9012da0c0abb02dd2f7983b20bbadef5c596f7.tar.gz spack-ac9012da0c0abb02dd2f7983b20bbadef5c596f7.tar.bz2 spack-ac9012da0c0abb02dd2f7983b20bbadef5c596f7.tar.xz spack-ac9012da0c0abb02dd2f7983b20bbadef5c596f7.zip |
spack audit externals: allow selecting platforms and checking extra attributes (#43782)
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 64ef40611f..de82a31c06 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -34,7 +34,7 @@ jobs: run: | . share/spack/setup-env.sh coverage run $(which spack) audit packages - coverage run $(which spack) audit externals + coverage run $(which spack) -d audit externals coverage combine coverage xml - name: Package audits (without coverage) |