summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-10 17:41:39 +0900
committerGitHub <noreply@github.com>2020-12-10 17:41:39 +0900
commit46d3ea2c2569e2e5a9ee3e7e206f07f0f8b693f5 (patch)
tree361d3f276c4167e04d3a58350289370041caded9 /.github/workflows/ubuntu.yml
parent9e8f732f397ec73ebcab2d121f02c909c8f06755 (diff)
.github: reduce (#3876)
Comment out some 50-ish tests. fix https://bugs.ruby-lang.org/issues/17376
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 38649d3f67..fe517d2750 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -5,7 +5,10 @@ jobs:
strategy:
matrix:
test_task: [ "check", "test-bundler-parallel", "test-bundled-gems", "test-all TESTS=--repeat-count=2", "leaked-globals" ]
- os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
+ os:
+ - ubuntu-20.04
+# - ubuntu-18.04
+# - ubuntu-16.04
debug: ["", "-DRUBY_DEBUG"]
exclude:
- test_task: test-bundler-parallel