summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2019-08-14 23:00:09 +0900
committerTakashi Kokubun <[email protected]>2019-08-14 23:02:09 +0900
commit9874dca3e7c03bcf6969747f06f5c696e518b332 ()
tree8a07beab06cd8c7006dfffa35abaa90eb9cdf9a3
parentbf77f43b3991b63b832ff72cfc91b9761a32bdf8 (diff)
Mark bundler / bundled-gems as continue-on-failure
because these tests have failed too often and it's false-positive for checking healthiness of the master branch.
Notes: Merged: https://.com/ruby/ruby/pull/2367
-rw-r--r--./workflows/macos.yml11
-rw-r--r--./workflows/ubuntu.yml2
2 files changed, 12 insertions, 1 deletions
@@ -41,10 +41,19 @@ jobs:
- name: configure
run: ./configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix [email protected]) --with-readline-dir=$(brew --prefix readline)
- run: make $JOBS
- - name: make check/test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
env:
TESTOPTS: "$JOBS -q --tty=no"
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
- name: Globals
run: make -s -globals
@@ -44,7 +44,9 @@ jobs:
- name: configure
run: ./configure -C --disable-install-doc
- run: make $JOBS
- name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
- name: Globals
run: make -s -globals