You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1a33e67 Remove unstable feature (Tobin C. Harding)
Pull request description:
Currently it is not possible to run the test suite with `cargo test --all-features`, this is because we use a feature called `unstable` to enable the unstable `test` crate that is used for benchmarking.
There is another way to conditionally enable the test crate and guard the benchmark code. We can use a custom configuration option `bench` and then set it using `RUSTFLAGS='--cfg=bench`.
ACKs for top commit:
apoelstra:
ACK 1a33e67
Tree-SHA512: ad250f79f476a137336e5f8a4b3004407f45be9b068ed0782dfde4b2af1ecae9721c5364e2aba69194460abe52cff9785b2121e4e8f4af4520208ab42f4ecb9e
0 commit comments