Skip to content

Commit

Permalink
checks: add regression test that cleanCargoSource works with non-paths (
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov authored and rijkvp committed Oct 24, 2024
1 parent 2fa0c36 commit d2d01d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ in
nativeBuildInputs = [ pkgs.pkg-config ];
};

cleanCargoSourceWorksWithNonPaths = myLib.cleanCargoSource pkgs.ripgrep.src;

cleanCargoTomlTests = callPackage ./cleanCargoTomlTests { };

clippy = callPackage ./clippy { };
Expand Down

0 comments on commit d2d01d6

Please sign in to comment.