nix/tests/rwhod: init
Build and test / check (push) Failing after 45s
Build and test / build (push) Successful in 1m44s
Build and test / test (push) Successful in 3m29s
Build and test / docs (push) Successful in 5m50s

This commit is contained in:
2026-07-21 16:07:38 +09:00
parent 04cb3f176b
commit db8cff4b82
3 changed files with 178 additions and 0 deletions
+6
View File
@@ -122,5 +122,11 @@
# NOTE: the non-crane build runs tests during checkPhase
inherit (self.packages.${system}) roowho2;
});
tests = forAllSystems (system: pkgs: _: let
pkgs' = pkgs.extend self.overlays.default;
in
import ./nix/tests { pkgs = pkgs'; }
);
};
}