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:
Alan Wu 2021-10-08 15:26:14 -04:00
Родитель 413397b91e
Коммит ec4a79a746
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/yjit-ubuntu.yml поставляемый
Просмотреть файл

@ -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