1 parent ca11c6a commit aabddacCopy full SHA for aabddac
1 file changed
.github/workflows/test.yml
@@ -55,5 +55,15 @@ jobs:
55
run: brew install libidn2
56
57
- name: test
58
- run: bundle exec rake
+ run: bundle exec rake test
59
continue-on-error: ${{ matrix.os == 'windows-latest' || matrix.ruby == 'head' || matrix.ruby == 'jruby-head' || matrix.ruby == 'truffleruby-head' }}
60
+
61
+ - name: lint
62
+ needs: [test]
63
+ run: bundle exec rake rubocop
64
+ if: matrix.ruby == '3.4'
65
66
+ - name: rbs runtime check
67
68
+ run: bundle exec rbs -r ffi test --target "Idnx*" rake test
69
0 commit comments