summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-11-17 20:39:16 +0100
committerKarl Williamson <khw@cpan.org>2019-11-18 11:45:23 -0800
commitd764bd43e1a128f042286d06278becd38a25eade (patch)
tree332dcf8db7446794781e581b0dce5ab52cd990d2 /.github
parent0cda614a3ccb013510f835d23e8802565a117c2a (diff)
downloadperl-d764bd43e1a128f042286d06278becd38a25eade.tar.gz
Github Actions only get 2 CPUs
We could maybe use 3 for testing, but that's a later optimization
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smoke-windows-mingw64.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/smoke-windows-mingw64.yml b/.github/workflows/smoke-windows-mingw64.yml
index 39b19f1699..be1167f342 100644
--- a/.github/workflows/smoke-windows-mingw64.yml
+++ b/.github/workflows/smoke-windows-mingw64.yml
@@ -33,10 +33,10 @@ jobs:
shell: cmd
run: |
cd win32
- gmake -f GNUMakefile -j4
+ gmake -f GNUMakefile -j2
- name: Run Tests
shell: cmd
run: |
cd win32
- set HARNESS_OPTIONS=j4
+ set HARNESS_OPTIONS=j2
gmake -f GNUMakefile test