aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 20:56:15 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 20:56:16 -0800
commit9ee88a070f797d5eb9516c6a17359463fb5c37b9 (patch)
tree1bc0b206378b7dae2d1c890cbc594f3907c6fdc0 /.github
parent02b6451c17cf81d138cd653fa989080246a1a63a (diff)
downloadruby-9ee88a070f797d5eb9516c6a17359463fb5c37b9.tar.gz
Remove MSPECOPT formerly for debugging
At least the comment looks obsoleted. Aren't we using $JOBS already?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 22a770f8d4..319e40ba4e 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -57,7 +57,6 @@ jobs:
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env:
- MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 745489ea5b..8a78c2e158 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -86,7 +86,6 @@ jobs:
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env:
- MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"