Skip to content

Commit abacbbf

Browse files
committed
Omit unscan test on TruffleRuby
1 parent b4ddc3a commit abacbbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,15 @@ jobs:
7373
name: gem-${{ matrix.os }}-${{ matrix.ruby }}
7474
path: pkg/
7575

76+
- run: echo 'TESTOPTS=-v --ignore-name=/unscan/' >> $GITHUB_ENV
77+
if: ${{ startsWith(matrix.ruby, 'truffle') }}
78+
7679
- run: bundle exec rake test
7780

7881
- run: gem install --verbose --backtrace pkg/*.gem
7982

8083
- run: gem install test-unit-ruby-core test-unit
8184

8285
- name: Run tests on the installed gem
83-
run: ruby run-test.rb
86+
run: ruby run-test.rb ${TESTOPTS}
8487
if: matrix.ruby != '2.4' # strscan is a default gem from 2.5

0 commit comments

Comments
 (0)