From 10dffd3615b0f8fc2359a91e71a533b669ac0511 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 20 Jul 2022 12:20:36 +0200 Subject: [PATCH] Remove allow-failure for truffleruby* since it now passes all tests --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c06f2bb..a4f16ddb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,12 +17,10 @@ jobs: rack: - stable # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3'] + ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3', truffleruby, truffleruby-head] include: - { ruby: 3.1, rack: master, allow-failure: true } - { ruby: jruby-head, rack: stable, allow-failure: true } - - { ruby: truffleruby-22, rack: stable, allow-failure: true } - - { ruby: truffleruby-head, rack: stable, allow-failure: true } env: rack: ${{ matrix.rack }} steps: