Skip to content

Commit

Permalink
Actions MinGW - fix test-all (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored and k0kubun committed Dec 31, 2019
1 parent 139f0d9 commit 860753e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 860753e

Please sign in to comment.