Skip to content
This repository was archived by the owner on May 16, 2021. It is now read-only.

Commit 54d7fbd

Browse files
author
Alexander Sowitzki
committed
Fix tests
1 parent 0b11e66 commit 54d7fbd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ benchmark:
2121

2222
.PHONY: test
2323
test:
24-
go test -timeout 5s -race ./...
24+
CGO_ENABLED=1 go test -timeout 5s -race ./...
2525

2626
.PHONY: lint
2727
lint:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ require (
77
github.com/pion/dtls/v2 v2.0.2
88
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
99
golang.org/x/net v0.0.0-20200707034311-ab3426394381
10-
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
10+
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666
1111
golang.org/x/text v0.3.3 // indirect
1212
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w
3434
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
3535
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae h1:Ih9Yo4hSPImZOpfGuA4bR/ORKTAbhZo2AbWNRCnevdo=
3636
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
37+
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666 h1:gVCS+QOncANNPlmlO1AhlU3oxs4V9z+gTtPwIk3p2N8=
38+
golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
3739
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
3840
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
3941
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

0 commit comments

Comments
 (0)