Skip to content

Commit

Permalink
.github/workflows/test.yml: reenable truffleruby tests
Browse files Browse the repository at this point in the history
This reverts the following commits:

 - 25352f4 (Exclude truffleruby with macos-latest, 2023-02-16)
 - d277123 (skip failing test with truffleruby and ubuntu-22.04,
   2023-02-16)

The logs are expired and I was unable to see what exactly was failing,
but these combinations seem to work as expected now.
  • Loading branch information
rhenium committed Jul 30, 2024
1 parent 9bcc9f4 commit 3982fe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
exclude:
- { os: windows-latest, ruby: truffleruby }
- { os: windows-latest, ruby: truffleruby-head }
- { os: macos-latest, ruby: truffleruby }
- { os: ubuntu-20.04, ruby: truffleruby }
include:
- { os: windows-latest, ruby: ucrt }
- { os: windows-latest, ruby: mswin }
Expand Down

0 comments on commit 3982fe7

Please sign in to comment.