We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ddc3a commit abacbbfCopy full SHA for abacbbf
.github/workflows/ci.yml
@@ -73,12 +73,15 @@ jobs:
73
name: gem-${{ matrix.os }}-${{ matrix.ruby }}
74
path: pkg/
75
76
+ - run: echo 'TESTOPTS=-v --ignore-name=/unscan/' >> $GITHUB_ENV
77
+ if: ${{ startsWith(matrix.ruby, 'truffle') }}
78
+
79
- run: bundle exec rake test
80
81
- run: gem install --verbose --backtrace pkg/*.gem
82
83
- run: gem install test-unit-ruby-core test-unit
84
85
- name: Run tests on the installed gem
- run: ruby run-test.rb
86
+ run: ruby run-test.rb ${TESTOPTS}
87
if: matrix.ruby != '2.4' # strscan is a default gem from 2.5
0 commit comments