mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Tweak CI runs:
Increase tolerance in chatterjee_correlation test. Remove a few tests from Github CI. Remove autodiff from the sanitizer tests as they time out.
This commit is contained in:
@@ -16,7 +16,7 @@ windowsglobalimage="cppalliance/dronevs2019"
|
||||
def main(ctx):
|
||||
|
||||
things_to_test = [ "special_fun", "distribution_tests", "mp", "misc", "interpolators", "quadrature", "autodiff", "long-running-tests", "float128_tests" ]
|
||||
sanitizer_test = [ "special_fun", "distribution_tests", "misc", "interpolators", "quadrature", "autodiff", "float128_tests" ]
|
||||
sanitizer_test = [ "special_fun", "distribution_tests", "misc", "interpolators", "quadrature", "float128_tests" ]
|
||||
gnu_5_stds = [ "gnu++11" ]
|
||||
gnu_6_stds = [ "gnu++11", "gnu++14" ]
|
||||
gnu_8_stds = [ "gnu++11", "gnu++14", "gnu++17" ]
|
||||
|
||||
Reference in New Issue
Block a user