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
parent 413397b91e
commit ec4a79a746

View File

@ -4,7 +4,7 @@ jobs:
make: make:
strategy: strategy:
matrix: matrix:
test_task: ["check", "test-bundled-gems", "test-all", "test-spec"] # "test-bundler-parallel", test_task: ["check", "test-bundled-gems"] # "test-bundler-parallel",
os: os:
- ubuntu-20.04 - ubuntu-20.04
# - ubuntu-18.04 # - ubuntu-18.04