fail slow

This commit is contained in:
Arianna Masciolini
2025-08-02 19:14:09 +02:00
parent 5170668ff2
commit f5752b345a

View File

@@ -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"]