File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 - { name: '-O0', env: { optflags: '-O0 -march=x86-64 -mtune=generic' } }
144144# - { name: '-O3', env: { optflags: '-O3 -march=x86-64 -mtune=generic' }, check: true }
145145
146- - { name: gmp, env: { append_configure: '--with-gmp' }, check: true }
146+ - { name: gmp, env: { append_configure: '--with-gmp' }, check: 'ruby/test_bignum.rb' }
147147 - { name: jemalloc, env: { append_configure: '--with-jemalloc' } }
148148 - { name: valgrind, env: { append_configure: '--with-valgrind' } }
149149 - { name: 'coroutine=ucontext', env: { append_configure: '--with-coroutine=ucontext' } }
@@ -275,8 +275,10 @@ jobs:
275275 - run : make test-tool
276276 if : ${{ matrix.entry.check }}
277277
278- - run : make test-all TESTS=' -- ruby -ext-'
278+ - run : make test-all TESTS=" -- $tests"
279279 if : ${{ matrix.entry.check }}
280+ env :
281+ tests : ${{ matrix.entry.check == true && 'ruby -ext-' || matrix.entry.check }}
280282
281283 - run : make test-spec
282284 env :
You can’t perform that action at this time.
0 commit comments