We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed40e5 commit 67cb1afCopy full SHA for 67cb1af
.github/workflows/build.yml
@@ -111,7 +111,6 @@ jobs:
111
run: tar czf ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz -C ~/.rubies ruby-${{ matrix.name }}
112
113
# Test
114
- - run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
115
- run: make test-spec MSPECOPT=-j
116
- run: make test-all TESTS="-j4"
117
@@ -122,6 +121,7 @@ jobs:
122
121
- run: mv test_files/Gemfile .
123
- run: ruby --version
124
- run: ruby -e 'pp RbConfig::CONFIG'
+ - run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
125
- run: gem --version
126
- run: rake --version
127
- run: ruby -ropen-uri -e 'puts URI.send(:open, "https://rubygems.org/") { |f| f.read(1024) }'
0 commit comments