nix/tests/rwhod: init
Build and test / build (push) Successful in 1m41s
Build and test / check (push) Successful in 2m24s
Build and test / docs (push) Successful in 3m58s
Build and test / test (push) Successful in 2m7s

This commit is contained in:
2026-07-21 16:07:38 +09:00
parent a1d83a3ad3
commit f5090f9c8c
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'; }
);
};
}