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:
Takashi Kokubun 2023-10-12 14:57:08 -07:00
parent b2808cc4f2
commit dcee3cc6ce

View File

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