From 860753eabbf364a32f5f95af0809b4682b9f9fb2 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Tue, 31 Dec 2019 11:35:43 -0600 Subject: Actions MinGW - fix test-all (#2803) --- .github/workflows/mingw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index f36af4bb29..63b38b5b7d 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -36,7 +36,7 @@ jobs: run: | git config --system core.autocrlf false git config --system core.eol lf - # Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork. + # Not using official actions/checkout@v2 because it's unstable and sometimes doesn't work for a fork. - name: Checkout ruby/ruby run: | git clone --single-branch --shallow-since=yesterday https://github.com/ruby/ruby src @@ -140,7 +140,7 @@ jobs: [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") [Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437") $jobs = [int]$env:NUMBER_OF_PROCESSORS - make -C build test-all TESTOPTS="--retry --job-status=normal --show-skip --timeout-scale=1.5 --excludes=../src/test/excludes -n !/memory_leak/ -j $jobs" + make -C build test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5" - uses: k0kubun/action-slack@v2.0.0 with: -- cgit v1.2.3