summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 07:25:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 12:14:39 +0900
commite96321d006f822766bb4be969028f68096d76b39 (patch)
treeaed65ffca9e6380cc4d7d76f2565165f5d4c5d14 /.github/workflows
parentfc97aa93132de82a02f4f115de14e6478ec7a7b3 (diff)
Removed make check
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ubuntu.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 49737b30c6..0ae5160be7 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- test_task: [ "check", "test-bundler", "test-bundled-gems" ]
+ test_task: [ "test-bundler", "test-bundled-gems" ]
steps:
- name: Install libraries
run: |
@@ -35,11 +35,9 @@ jobs:
- name: configure
run: ./configure -C --disable-install-doc
- run: make $JOBS
- - name: make check/test-bundler/test-bundled-gems
+ - name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
env:
- TESTOPTS: "$JOBS -q --tty=no"
- MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
CI: "true"
- name: Leaked Globals
run: make -s leaked-globals