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:
parent
413397b91e
commit
ec4a79a746
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user