From df8e744513c6f834a63d18df85da22acd72ed36d Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 21 Mar 2021 10:24:19 -0500 Subject: [PATCH] allow 3.0/head test failures for now --- .github/workflows/ruby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 976c593dc..d7504b141 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -16,6 +16,7 @@ on: jobs: test: + continue-on-error: ${{ matrix.ruby-version == '3.0' || matrix.ruby-version == 'head' }} runs-on: ubuntu-latest strategy: matrix: