From e4c615dcdb37f2eb1cb55f6d12dbb5beebd2e04f Mon Sep 17 00:00:00 2001 From: Li-yao Xia Date: Tue, 12 Mar 2024 23:19:35 +0100 Subject: [PATCH] ci: Remove old workaround --- .github/workflows/windows_and_macOS.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/windows_and_macOS.yml b/.github/workflows/windows_and_macOS.yml index 7a633f77..36d4e0fa 100644 --- a/.github/workflows/windows_and_macOS.yml +++ b/.github/workflows/windows_and_macOS.yml @@ -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