nix: enable all tests in CI

develop
Katharina Fey 3 years ago
parent e5ff519851
commit c0237f72a5
Signed by: kookie
GPG Key ID: F972AEEA2887D547
  1. 2
      nix/irdest-rust/default.nix

@ -51,7 +51,7 @@ naersk.buildPackage rec {
passthru.testBinaries = naersk.buildPackage {
inherit src nativeBuildInputs buildInputs SODIUM_USE_PKG_CONFIG;
cargoBuildOptions = (x: x ++ [ "--tests" "-p alexandria" ]);
cargoBuildOptions = (x: x ++ [ "--tests" ]);
release = false;

Loading…
Cancel
Save