Skip to content

Commit ae2a18a

Browse files
committed
Run GHA without debug mode
1 parent 0400155 commit ae2a18a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
2626
cabal: ["3.12.1.0"]
2727
os: [ubuntu-latest, windows-latest, macOS-13]
28+
no-debug: [""]
29+
include:
30+
- ghc: "9.6.6"
31+
cabal: "3.12.1.0"
32+
os: ubuntu-latest
33+
no-debug: "no-debug"
2834

2935
timeout-minutes: 60
3036

@@ -45,6 +51,12 @@ jobs:
4551
cabal configure --enable-tests --enable-benchmark --ghc-options="-Werror" --ghc-options="-fno-ignore-asserts"
4652
cat cabal.project.local
4753
54+
- name: Configure the build (no-debug)
55+
if: ${{ matrix.no-debug }}
56+
run: |
57+
echo "" > cabal.project.debug
58+
cat cabal.project.debug
59+
4860
- name: Record cabal dependencies
4961
id: record-deps
5062
run: |

0 commit comments

Comments
 (0)