go-httpbin: enable tests (#509766)

This commit is contained in:
Felix Bargfeldt
2026-04-13 23:22:46 +00:00
committed by GitHub
+1 -2
View File
@@ -28,8 +28,7 @@ buildGoModule (finalAttrs: {
"-X main.version=${finalAttrs.version}"
];
# tests are flaky
doCheck = false;
__darwinAllowLocalNetworking = true;
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;