Avoid duplicating a --repeat-count=2 job
--repeat-count=2 jobs are generally too slow for no good reason. It doesn't seem related to testing the universal parser either.
This commit is contained in:
parent
b2808cc4f2
commit
dcee3cc6ce
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- test_task: check
|
||||
configure: '--enable-shared --enable-load-relative'
|
||||
- test_task: test-all TESTS=--repeat-count=2
|
||||
- test_task: test-all TESTS=--repeat-count=2
|
||||
- test_task: test-all
|
||||
configure: 'cppflags=-DUNIVERSAL_PARSER'
|
||||
- test_task: test-bundler-parallel
|
||||
- test_task: test-bundled-gems
|
||||
|
Loading…
x
Reference in New Issue
Block a user