aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-12-12 11:45:47 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-12-12 11:45:48 -0800
commit0366c424e59b65fed953aa2148eaf14cb90bb6d3 (patch)
treeed65a4c89122ce61e05f09d2fd7040aceaa2eae8 /.github/workflows
parentfd7decbf04f58438c04fa09fb325b16fbbec40c4 (diff)
downloadruby-0366c424e59b65fed953aa2148eaf14cb90bb6d3.tar.gz
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index fa9eb9fef6..dfd800ea61 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