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
This patch switches the CI script to run tests in release mode.
On my machine `cargo test --release` takes about 3.5 mins,
which is ok. Ideally, we would just enable release mode for
the one test where it matters, but it does not look like either the
build.rs API or cargo proper support that yet. Someone with
more knowledge might correct me.
0 commit comments