summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-20 11:36:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-20 11:36:46 +0900
commitc6466691be5949cb9840003644ff1362e7cb35b5 (patch)
tree8f8e6022c77a72851de252395e558f6a99e14d00 /.github
parent615f42fd61392dbe40f5232138566313b02a14df (diff)
downloadruby-c6466691be5949cb9840003644ff1362e7cb35b5.tar.gz
Enable `-w` option at test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 6998c6f340..6ba858acb3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -102,7 +102,7 @@ jobs:
if: ${{ matrix.test_task == 'check' }}
- name: make ${{ matrix.test_task }}
run: |
- $SETARCH make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`}
+ $SETARCH make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`} RUBYOPT=-w
timeout-minutes: 40
env:
RUBY_TESTOPTS: "-q --tty=no"