mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add "test-all TESTS=--repeat-count=2" to test_task
This commit is contained in:
parent
fce667ed08
commit
aeddffafc8
Notes:
git
2020-02-13 13:54:46 +09:00
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -10,13 +10,15 @@ jobs:
|
|||
make:
|
||||
strategy:
|
||||
matrix:
|
||||
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
|
||||
test_task: [ "check", "test-bundler", "test-bundled-gems", "test-all TESTS=--repeat-count=2" ]
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
exclude:
|
||||
- test_task: test-bundler
|
||||
os: ubuntu-16.04
|
||||
- test_task: test-bundled-gems
|
||||
os: ubuntu-16.04
|
||||
- test_task: "test-all TESTS=--repeat-count=2"
|
||||
os: ubuntu-16.04
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
|
|
Loading…
Reference in a new issue