Skip to content

Commit 93ba98f

Browse files
Run tests with -j1
1 parent 36fbc52 commit 93ba98f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/haskell.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
# default (ncpus) is good, this can be checked from the packcheck
3535
# output in case it changes.
3636
CABAL_BUILD_OPTIONS: ${{ matrix.cabal_build_options }}
37+
CABAL_TEST_OPTIONS: -j1
3738
CABAL_BUILD_TARGETS: ${{ matrix.cabal_build_targets }}
3839
CABAL_PROJECT: ${{ matrix.cabal_project }}
3940
CABAL_CHECK_RELAX: y
@@ -47,7 +48,7 @@ jobs:
4748
# packcheck location and revision
4849
PACKCHECK: "./packcheck.sh"
4950
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
50-
PACKCHECK_GITHUB_COMMIT: "e575ff318c93add2a6d3f9107a52c5e37c666a98"
51+
PACKCHECK_GITHUB_COMMIT: "7c4e1ab7a59b5ed6e92cfd0da67460a6116be4ac"
5152

5253
# Pull token from "secrets" setting of the github repo
5354
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)