From 0366c424e59b65fed953aa2148eaf14cb90bb6d3 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 12 Dec 2023 11:45:47 -0800 Subject: [PATCH] Remove a duplicated job This was first added in b481b673d75, but 197e91f357 added -DUNIVERSAL_PARSER to the Compilers workflow as well. Given the nature of this test and the fact that it also runs make test-all besides make test, I think it's better to keep only the Compilers one. --- .github/workflows/ubuntu.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index fa9eb9fef65bc4..dfd800ea61662f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -41,8 +41,6 @@ jobs: - test_task: check configure: '--enable-shared --enable-load-relative' - 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 fail-fast: false