зеркало из https://github.com/github/ruby.git
Remove YJIT CI configs for tests make check runs
"make check" runs "make test-spec" and "make test-all", so they don't need to be individual elements of the matrix.
This commit is contained in:
Родитель
413397b91e
Коммит
ec4a79a746
|
@ -4,7 +4,7 @@ jobs:
|
|||
make:
|
||||
strategy:
|
||||
matrix:
|
||||
test_task: ["check", "test-bundled-gems", "test-all", "test-spec"] # "test-bundler-parallel",
|
||||
test_task: ["check", "test-bundled-gems"] # "test-bundler-parallel",
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
# - ubuntu-18.04
|
||||
|
|
Загрузка…
Ссылка в новой задаче