ruby-changes:56929
From: Hiroshi <ko1@a...>
Date: Sun, 11 Aug 2019 12:26:35 +0900 (JST)
Subject: [ruby-changes:56929] Hiroshi SHIBATA: c685679e25 (master): Use check.
https://git.ruby-lang.org/ruby.git/commit/?id=c685679e25 From c685679e25f6a4547c3b48c290bfb905cde0b4ef Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sun, 11 Aug 2019 07:32:30 +0900 Subject: Use check. diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e3b44cd..44f3cfd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L11 runs-on: macos-latest strategy: matrix: - test_task: [ "test-all", "test-spec", "test-bundler" ] + test_task: [ "check", "test-bundler" ] steps: - name: Disable Firewall run: | @@ -32,9 +32,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L32 - name: configure run: ./configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline) - run: make $JOBS - - name: make test - run: make -s test TESTOPTS="$JOBS -q --tty=no" - - name: make test-* + - name: make check/test-bundler run: make -s ${{ matrix.test_task }} env: TESTOPTS: "$JOBS -q --tty=no" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/