summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-06-05 10:18:17 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:04 +0900
commit1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d (patch)
treed8f7ce0f909ab86fe078cb724f25e1bd8973943e
parent26da07db15c3628c6bb473ce4ae4bc98fa3f431b (diff)
downloadmruby-1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d.tar.gz
mruby-1adf93aa5492edcf5e4e4b7b9747bd50229e6f4d.zip
Stop Rake multitasking on Windows-VC for the time being.
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8bfbe0e8a..256394af7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
- rake -E "STDOUT.sync=true" -m -j4 test
+ rake -E "STDOUT.sync=true" test
env:
MRUBY_TARGET: appveyor
# TODO(take-cheeze): Re-enable /O2