Skip to content

Add options to fail fast when running spack CI. #25

Add options to fail fast when running spack CI.

Add options to fail fast when running spack CI. #25

Workflow file for this run

name: Spack Build
on: push
jobs:
concretize:
strategy:
fail-fast: false
matrix:
target: [common, release, release-debug]
uses: ./.github/workflows/concretize-template.yaml
with:
target: ${{ matrix.target }}