We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fbc52 commit 93ba98fCopy full SHA for 93ba98f
.github/workflows/haskell.yml
@@ -34,6 +34,7 @@ jobs:
34
# default (ncpus) is good, this can be checked from the packcheck
35
# output in case it changes.
36
CABAL_BUILD_OPTIONS: ${{ matrix.cabal_build_options }}
37
+ CABAL_TEST_OPTIONS: -j1
38
CABAL_BUILD_TARGETS: ${{ matrix.cabal_build_targets }}
39
CABAL_PROJECT: ${{ matrix.cabal_project }}
40
CABAL_CHECK_RELAX: y
@@ -47,7 +48,7 @@ jobs:
47
48
# packcheck location and revision
49
PACKCHECK: "./packcheck.sh"
50
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
- PACKCHECK_GITHUB_COMMIT: "e575ff318c93add2a6d3f9107a52c5e37c666a98"
51
+ PACKCHECK_GITHUB_COMMIT: "7c4e1ab7a59b5ed6e92cfd0da67460a6116be4ac"
52
53
# Pull token from "secrets" setting of the github repo
54
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
0 commit comments