mhogrefe / malachite

An arbitrary-precision arithmetic library for Rust.
GNU Lesser General Public License v3.0
448 stars 17 forks source link

build: tests working without feature flag #13

Closed OliverNChalk closed 1 year ago

OliverNChalk commented 1 year ago

Enables running the tests with simply cargo test instead of cargo test --features test_build.

Solution taken from: https://github.com/rust-lang/cargo/issues/2911#issuecomment-749580481

mhogrefe commented 1 year ago

Very cool, thanks! I'll include this in the next release.