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 Oct 24, 2024
1 parent fa8b744 commit f235b65
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 f235b65

Please sign in to comment.