Skip to content

Commit c23f6f7

Browse files
committed
Skip cli_test.rb on 3.4-asan since it fails
* #15 (comment)
1 parent fbdf30e commit c23f6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
path: test_files
244244
- name: CLI Test
245245
run: ruby test_files/cli_test.rb
246+
if: matrix.name != '3.4-asan'
246247
- run: mv test_files/Gemfile .
247248
- run: ruby -e 'pp RbConfig::CONFIG'
248249
- run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'

0 commit comments

Comments
 (0)