From 759878545db4dde3b4ccfadea266ea6747938365 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Thu, 5 Sep 2024 18:39:07 +0200 Subject: [PATCH] Enable multiple cores in haskell GHA --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0659eeda1..4be4b7bae 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -134,14 +134,14 @@ jobs: # Now we build. - name: Build all - run: cabal build all --enable-tests + run: cabal build all --enable-tests -j --ghc-option=-j4 - name: Run tests env: TMPDIR: ${{ runner.temp }} TMP: ${{ runner.temp }} KEEP_WORKSPACE: 1 - run: cabal test all --enable-tests --test-show-details=direct -j1 + run: cabal test all --enable-tests --test-show-details=direct -j # Uncomment the following back in for debugging. Remember to launch a `pwsh` from # the tmux session to debug `pwsh` issues. And be reminded that the `/msys2` and