Files
nixpkgs/pkgs/build-support/rust
Flakebi deb78151a9 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.
2020-07-03 08:53:57 +10:00
..
2019-03-26 18:54:28 +00:00
2019-08-28 11:07:32 +00:00
2019-09-22 20:20:20 -05:00