Skip to content

Commit

Permalink
Enable -w option at test
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 20, 2023
1 parent 615f42f commit c646669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -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"
Expand Down

0 comments on commit c646669

Please sign in to comment.