Skip to content
Commit deb78151 authored by Flakebi's avatar Flakebi Committed by zowoq
Browse files

buildRustPackage: fix cargoBuildFlags

When features were supplied in cargoBuildFlags, the binaries were built
with these features enabled. Unless checking was disabled, `cargo test`
was executed without these build flags, meaning the binaries were
rebuilt and overwritten without the specified features.

Fix this bug by running tests after the installation phase.
parent 9dcb508f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment