diff --git a/Makefile b/Makefile index 7a296d9d..b05e9888 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...