mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue