boostorg / multiprecision

Boost.Multiprecision
Boost Software License 1.0
194 stars 111 forks source link

Reduce testing resource usage #539

Closed mborland closed 1 year ago

mborland commented 1 year ago

See: https://github.com/boostorg/math/issues/964

mborland commented 1 year ago

This dropped the total computational time in CI by ~15%. @jzmaddock is there anything else you can think of off hand that might be worth conditionally disabling to save resources?

jzmaddock commented 1 year ago

This dropped the total computational time in CI by ~15%. @jzmaddock is there anything else you can think of off hand that might be worth conditionally disabling to save resources?

Not off hand. But we should probably have one MSVC and one clang runner running the MP tests too?

mborland commented 1 year ago

All three are covered with the latest commit.

jzmaddock commented 1 year ago

All three are covered with the latest commit.

Thanks!

mborland commented 1 year ago

Drone failure is on the CI system's end.