buf: allow local networking in darwin tests

This commit is contained in:
Stephan Heßelmann
2023-03-12 20:55:14 +01:00
parent 8f1e87b4f4
commit 48e3440ae9
+3
View File
@@ -44,6 +44,9 @@ buildGoModule rec {
export CI=true
'';
# Allow tests that bind or connect to localhost on macOS.
__darwinAllowLocalNetworking = true;
installPhase = ''
runHook preInstall