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 6f69479 commit 3cc7064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gofumpt:
test: compile_webrtc compile_msquic
$(eval CGO_CXXFLAGS+=-O0 -g -ggdb)
#go test -race -cover -count 1 ./bufio ./client ./config ./server ./test ./util
go test -race -cover -count 1 ./test/integrate_test.go ./test/tls_test.go
go test -race -cover -count 1 ./test/quic_test.go ./test/tls_test.go

golangci-lint:
golangci-lint --version || go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand Down

0 comments on commit 3cc7064

Please sign in to comment.