diff --git a/Makefile b/Makefile index 565e27b9..4dfc992c 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ test: test-nodocker: $(foreach IMG,$(shell echo testimages/*/ | xargs -n1 basename), \ docker build -q testimages/$(IMG) -t rtsp-simple-server-test-$(IMG)$(NL)) + go test -race -v ./internal/... go test -race -v . lint: