forked from mirrors/nixpkgs
mmake: Disable non-localhost network access tests
Bug fixed by #173702 runs the previously skipped tests for this package.
This commit is contained in:
parent
1b748f081a
commit
7f2ef311e2
|
@ -15,7 +15,8 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
checkFlags = [ "-short" ];
|
||||
# Almost all tests require non-local networking, trying to resolve githubusercontent.com.
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/tj/mmake";
|
||||
|
|
Loading…
Reference in a new issue