Skip to content

Commit

Permalink
Disable continue-on-error for tests using truffleruby in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jul 25, 2024
1 parent 9876310 commit 42cdedd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Tests
on: [push, pull_request]
jobs:
tests:
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
experimental: [false]
include:
- ruby: 'truffleruby-head'
experimental: true
ruby: [2.7, '3.0', 3.1, 3.2, 3.3, truffleruby-head]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 42cdedd

Please sign in to comment.