Skip to content

Commit

Permalink
fix cgo in go test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakenLibra committed Oct 29, 2023
1 parent ddb9085 commit 4b00622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/quic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4b00622

Please sign in to comment.