From dcee3cc6ce026707e2eb142b117de445b723eecc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 12 Oct 2023 14:57:08 -0700 Subject: [PATCH] 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. --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e852f6a663..8922f53b01 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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