diff options
| author | John MacFarlane <[email protected]> | 2025-11-29 18:44:53 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-29 18:44:53 +0100 |
| commit | 0d8cc2fa8b8bfad2e7ffa60080b37dae438854e7 (patch) | |
| tree | 74d8c6d9481a206e9d2a273755da491424b4940e | |
| parent | fc4b6200bba92cbfe6716a5b10915263c006d301 (diff) | |
CI: don't fail fast so we can figure out...
which base versions need MonadPlus imported.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 751d8f413..ebed0350e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false # for now matrix: versions: - ghc: '8.10' |
