Skip to content

Commit

Permalink
ci: Remove old workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia authored and Bodigrim committed Mar 12, 2024
1 parent a27859c commit c826a6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows_and_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}
# We rebuild tests several times to avoid intermittent failures on Windows
# https://github.com/haskell-actions/issues/36
- name: Test
run: |
bld() { cabal build pkg:text:tests; }
bld || bld || bld
cabal build pkg:text:tests
cabal test
- name: Haddock
run: cabal haddock
Expand Down

0 comments on commit c826a6c

Please sign in to comment.