Skip to content

Commit

Permalink
Run GHA without debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Jul 17, 2024
1 parent 5a79bb8 commit d62d324
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
cabal: ["3.10.3.0"]
os: [ubuntu-latest, windows-latest, macOS-13]
no-debug: [""]
include:
- ghc: "9.6.6"
cabal: "3.10.3.0"
os: ubuntu-latest
no-debug: "no-debug"

timeout-minutes: 60

Expand All @@ -45,6 +51,12 @@ jobs:
cabal configure --enable-tests --enable-benchmark --ghc-options="-Werror" --ghc-options="-fno-ignore-asserts"
cat cabal.project.local
- name: Configure the build (no-debug)
if: ${{ matrix.no-debug }}
run: |
echo "" > cabal.project.debug
cat cabal.project.debug
- name: Record cabal dependencies
id: record-deps
run: |
Expand Down

0 comments on commit d62d324

Please sign in to comment.