File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments