зеркало из https://github.com/github/ruby.git
Explain which test task
This commit is contained in:
Родитель
2789bdddc7
Коммит
9bc1667a18
|
@ -42,14 +42,14 @@ jobs:
|
|||
- name: configure
|
||||
run: ./configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
|
||||
- run: make $JOBS
|
||||
- name: Tests
|
||||
- name: Tests (${{ matrix.test_task }})
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
env:
|
||||
TESTOPTS: "$JOBS -q --tty=no"
|
||||
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
|
||||
if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
|
||||
# test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
|
||||
- name: Tests
|
||||
- name: Tests (${{ matrix.test_task }})
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
env:
|
||||
TESTOPTS: "$JOBS -q --tty=no"
|
||||
|
|
|
@ -42,13 +42,13 @@ jobs:
|
|||
- name: configure
|
||||
run: ./configure -C --disable-install-doc
|
||||
- run: make -j$((1 + $(nproc --all)))
|
||||
- name: Tests
|
||||
- name: Tests (${{ matrix.test_task }})
|
||||
run: make -s TESTOPTS="-j$((1 + $(nproc --all))) -q --tty=no" ${{ matrix.test_task }}
|
||||
env:
|
||||
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
|
||||
if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
|
||||
# test-bundled-gems is separated for marking `continue-on-error` because it randomly fails.
|
||||
- name: Tests
|
||||
- name: Tests (${{ matrix.test_task }})
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
env:
|
||||
TESTOPTS: "-q --tty=no"
|
||||
|
|
Загрузка…
Ссылка в новой задаче