summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-12 14:57:08 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-12 15:15:37 -0700
commitdcee3cc6ce026707e2eb142b117de445b723eecc (patch)
treed97994416cccb369c104ab8084c7a27cebf6adaa /.github/workflows/ubuntu.yml
parentb2808cc4f2fd2de0902832bab29ca9378d4f52b8 (diff)
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.
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
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