From c4a8237184f7cc94d8b73c055b00cbd3825cc165 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Sat, 6 Feb 2021 18:07:09 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7846b8f..017305e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,7 @@ jobs: - 2.7 - 3.0 - head + - truffleruby-head continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}