diff options
author | Vika <vika@fireburn.ru> | 2024-09-04 18:13:28 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 19:51:50 +0300 |
commit | 2ac75574d5ac87b194834348e52a2267be23ebcd (patch) | |
tree | ab94ba3a3e712a1c06d0db2bae28f3e5258efeb2 /default.nix | |
parent | bda6ce2816d1f30468d50cbfeaca9614ad4e0c87 (diff) | |
download | bowl-2ac75574d5ac87b194834348e52a2267be23ebcd.tar.zst |
Run checkPhase
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 8d09590..d406776 100644 --- a/default.nix +++ b/default.nix @@ -65,6 +65,7 @@ in craneLib.mkCargoDerivation (args' // { configurePhase = "mesonConfigurePhase"; buildPhase = "ninjaBuildPhase"; buildPhaseCargoCommand = "# unused"; + doCheck = true; checkPhase = "mesonCheckPhase"; installPhase = "mesonInstallPhase"; |