diff options
| author | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-02 19:14:09 +0200 |
|---|---|---|
| committer | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-02 19:14:09 +0200 |
| commit | f5752b345a167d07b4e8565ea3b465c16ea49d7e (patch) | |
| tree | a0b6653786ffe04b98037618c00a66b0929839be /.github/workflows/build-all-versions.yml | |
| parent | 5170668ff27f2149b43d479b5d702124b04c1d98 (diff) | |
fail slow
Diffstat (limited to '.github/workflows/build-all-versions.yml')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index 0f3222809..1b5ebe37d 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -70,6 +70,7 @@ jobs: name: stack / ghc ${{ matrix.ghc }} runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-20.04' || 'ubuntu-latest' }} strategy: + fail-fast: false matrix: stack: ["latest"] ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"] |
