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 28, 2023
1 parent ce60d43 commit 301516b
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 @@ -72,7 +72,7 @@ gofumpt:
gofumpt --version || go install mvdan.cc/gofumpt@latest
gofumpt -l -w $(shell find . -name '*.go' | grep -Ev '^\./bufio|^\./client/std|^\./logger/file-rotatelogs|^\./dep')

test: compile_webrtc
test: compile_webrtc compile_msquic
$(eval CGO_CXXFLAGS+=-O0 -g -ggdb)
go test -race -cover -count 1 ./...

Expand Down

0 comments on commit 301516b

Please sign in to comment.