We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
File.path
1 parent 60f5d58 commit 89b5f44Copy full SHA for 89b5f44
1 file changed
.github/workflows/test.yml
@@ -40,6 +40,7 @@ jobs:
40
run: bundle install
41
- name: Run test
42
run: rake compile test
43
+ continue-on-error: ${{ contains(matrix.ruby, 'truffleruby') }}
44
45
spec:
46
runs-on: ubuntu-latest
0 commit comments