From 296881b111812b7d9e148e0cc7a90d802db1e246 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 11 Oct 2023 01:08:36 +0300 Subject: [PATCH] ci(actions): Allow skipping busted tests with Lua 5.1 in borked CI runner --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2726f67989..fcee6ccdfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,6 +77,7 @@ jobs: run: | make selfcheck - name: Test Busted + continue-on-error: ${{ matrix.luaVersion == '5.1' }} timeout-minutes: ${{ runner.debug && 20 || 2 }} run: | make busted