Skip to content

Commit

Permalink
Remove a duplicated job
Browse files Browse the repository at this point in the history
This was first added in b481b67, but 197e91f 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.
  • Loading branch information
k0kubun committed Dec 12, 2023
1 parent fd7decb commit 0366c42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0366c42

Please sign in to comment.