We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac50e87 commit 48a7827Copy full SHA for 48a7827
.github/scripts/test.bash
@@ -30,5 +30,5 @@ cabal run -w "ghc-${GHC_TEST_VERSION}" ${ADD_CABAL_ARGS} cabal-testsuite:cabal-t
30
--intree-cabal-lib "$(pwd)" \
31
--test-tmp "$(pwd)/testdb" \
32
--skip-setup-tests \
33
- -j "$(nproc)"
+ -j "$(nproc || sysctl -n hw.ncpu || getconf _NPROCESSORS_ONLN || echo 1)"
34
0 commit comments