remove all target which was never all anyway
This commit is contained in:
parent
5c9297ff15
commit
312ae810ba
2 changed files with 0 additions and 6 deletions
|
@ -21,8 +21,6 @@ gets updated. I intend to upstream to nixpkgs as much of those as makes sense.
|
||||||
Run all tests:
|
Run all tests:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nix build .#checks.${system}.all
|
|
||||||
# or
|
|
||||||
$ nix flake check
|
$ nix flake check
|
||||||
# or
|
# or
|
||||||
$ nix run github:Mic92/nix-fast-build -- --skip-cached --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
$ nix run github:Mic92/nix-fast-build -- --skip-cached --flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
||||||
|
|
|
@ -99,10 +99,6 @@
|
||||||
|
|
||||||
shblib = pkgs.callPackage ./lib {};
|
shblib = pkgs.callPackage ./lib {};
|
||||||
in (rec {
|
in (rec {
|
||||||
all = mergeTests [
|
|
||||||
modules
|
|
||||||
];
|
|
||||||
|
|
||||||
modules = shblib.check {
|
modules = shblib.check {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
tests =
|
tests =
|
||||||
|
|
Loading…
Add table
Reference in a new issue