mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Move github tests: tests -> tests/github
This commit is contained in:
parent
dbfe7acbbe
commit
0a8b4f0ffd
@ -190,7 +190,7 @@ rec
|
|||||||
{
|
{
|
||||||
inherit niv niv-sdist niv-source niv-devshell niv-cabal-upload;
|
inherit niv niv-sdist niv-source niv-devshell niv-cabal-upload;
|
||||||
|
|
||||||
tests = pkgs.callPackage ./tests { inherit niv; };
|
tests-github = pkgs.callPackage ./tests/github { inherit niv; };
|
||||||
|
|
||||||
niv-test = pkgs.runCommand "niv-test" { buildInputs = [ niv ]; }
|
niv-test = pkgs.runCommand "niv-test" { buildInputs = [ niv ]; }
|
||||||
"niv-test && touch $out";
|
"niv-test && touch $out";
|
||||||
|
Loading…
Reference in New Issue
Block a user