Run just bignum related tests when gmp enabled
This commit is contained in:
parent
d7b0f26963
commit
391bb55a8e
Notes:
git
2024-09-09 10:12:59 +00:00
6
.github/workflows/compilers.yml
vendored
6
.github/workflows/compilers.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
- { name: '-O0', env: { optflags: '-O0 -march=x86-64 -mtune=generic' } }
|
||||
# - { name: '-O3', env: { optflags: '-O3 -march=x86-64 -mtune=generic' }, check: true }
|
||||
|
||||
- { name: gmp, env: { append_configure: '--with-gmp' }, check: true }
|
||||
- { name: gmp, env: { append_configure: '--with-gmp' }, check: 'ruby/test_bignum.rb' }
|
||||
- { name: jemalloc, env: { append_configure: '--with-jemalloc' } }
|
||||
- { name: valgrind, env: { append_configure: '--with-valgrind' } }
|
||||
- { name: 'coroutine=ucontext', env: { append_configure: '--with-coroutine=ucontext' } }
|
||||
@ -286,8 +286,10 @@ jobs:
|
||||
- run: make test-tool
|
||||
if: ${{ matrix.entry.check }}
|
||||
|
||||
- run: make test-all TESTS='-- ruby -ext-'
|
||||
- run: make test-all TESTS="-- $tests"
|
||||
if: ${{ matrix.entry.check }}
|
||||
env:
|
||||
tests: ${{ matrix.entry.check == true && 'ruby -ext-' || matrix.entry.check }}
|
||||
|
||||
- run: make test-spec
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user