Skip to content

Commit

Permalink
CI: Fix cabal issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Oct 10, 2024
1 parent 0e2c7ec commit 4a191b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cabal build fp-ieee --ghc-options=-fno-ignore-asserts --enable-tests --enable-benchmarks ${{ matrix.flags }}

- name: Test
run: cabal test fp-ieee --ghc-options=-fno-ignore-asserts ${{ matrix.flags }}
run: cabal test fp-ieee --ghc-options=-fno-ignore-asserts --enable-tests ${{ matrix.flags }}
if: ${{ runner.os != 'macOS' && runner.os != 'Windows' }}

# doctest on macOS/Windows is broken
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
run: cabal build rounded-hw --ghc-options=-fno-ignore-asserts --enable-tests --enable-benchmarks ${{ matrix.flags }}

- name: Test
run: cabal test rounded-hw --ghc-options=-fno-ignore-asserts ${{ matrix.flags }}
run: cabal test rounded-hw --ghc-options=-fno-ignore-asserts --enable-tests ${{ matrix.flags }}

0 comments on commit 4a191b4

Please sign in to comment.