mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 05:36:09 +03:00
checks: add regression test that cleanCargoSource works with non-paths (#726)
This commit is contained in:
parent
fa8b7445dd
commit
f235b656ee
@ -23,6 +23,8 @@ in
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
};
|
||||
|
||||
cleanCargoSourceWorksWithNonPaths = myLib.cleanCargoSource pkgs.ripgrep.src;
|
||||
|
||||
cleanCargoTomlTests = callPackage ./cleanCargoTomlTests { };
|
||||
|
||||
clippy = callPackage ./clippy { };
|
||||
|
Loading…
Reference in New Issue
Block a user