From 4b006226d848744069e95aa5491263af346d5ccb Mon Sep 17 00:00:00 2001 From: Shadow Date: Sun, 29 Oct 2023 11:08:38 +0800 Subject: [PATCH] fix cgo in go test. --- test/quic_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/quic_test.go b/test/quic_test.go index 611c3487..2296790c 100644 --- a/test/quic_test.go +++ b/test/quic_test.go @@ -64,6 +64,7 @@ func TestQuic(t *testing.T) { "-local", "http://" + l.Addr().String(), "-remote", fmt.Sprintf("quic://%v", s.GetQuicListenerAddrPort()), "-remoteTimeout", "5s", + "-remoteCertInsecure", }, nil) if err != nil { t.Fatal(err)