Skip to content

Commit 3982fe7

Browse files
committed
.github/workflows/test.yml: reenable truffleruby tests
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.
1 parent 9bcc9f4 commit 3982fe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
exclude:
2424
- { os: windows-latest, ruby: truffleruby }
2525
- { os: windows-latest, ruby: truffleruby-head }
26-
- { os: macos-latest, ruby: truffleruby }
27-
- { os: ubuntu-20.04, ruby: truffleruby }
2826
include:
2927
- { os: windows-latest, ruby: ucrt }
3028
- { os: windows-latest, ruby: mswin }

0 commit comments

Comments
 (0)