saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Attempting to add an additional github-actions build that also runs t… #106

Closed saxbophone closed 2 years ago

saxbophone commented 2 years ago

…ests with valgrind

saxbophone commented 2 years ago

This is good, but I should make separate tests to run only for memory-testing —running the entire test suite with Valgrdin takes a very long time!

saxbophone commented 2 years ago

Hmmm, so we have to switch long double to double if we're to have our tests run successfully with valgrind... maybe it's possible to switch this only for the memory tests rather than lose long double support globally...