Skip to content

Commit

Permalink
ci(actions): Allow skipping busted tests with Lua 5.1 in borked CI ru…
Browse files Browse the repository at this point in the history
…nner
  • Loading branch information
alerque committed Oct 10, 2023
1 parent 713434d commit 296881b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296881b

Please sign in to comment.