Change name to Tests (test-bundled-gems)
This commit is contained in:
parent
230f405479
commit
330c2f7597
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
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 (test-bundled-gems)
|
||||
run: make -s ${{ matrix.test_task }}
|
||||
env:
|
||||
TESTOPTS: "-q --tty=no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user