Skip to content

Commit 89b5f44

Browse files
committed
Ignore failures around File.path on TruffleRuby
1 parent 60f5d58 commit 89b5f44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: bundle install
4141
- name: Run test
4242
run: rake compile test
43+
continue-on-error: ${{ contains(matrix.ruby, 'truffleruby') }}
4344

4445
spec:
4546
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)