Skip to content

Commit

Permalink
Add a timeout in CI and enable verbose tests for truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 11, 2024
1 parent 71fb89c commit 1defef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/liquid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
include:
Expand Down Expand Up @@ -31,6 +32,7 @@ jobs:
continue-on-error: ${{ matrix.allowed-failure }}
env:
LIQUID_C_PEDANTIC: 'true'
TEST_OPTS: '-v -s0'
if: matrix.ruby == 'truffleruby-head'

- run: bundle exec rubocop
Expand Down

0 comments on commit 1defef0

Please sign in to comment.