From 887a95f2f11a02eb2ea87c6f3b8785e6fc2b5f58 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:25:43 +0100 Subject: [PATCH] run internal tests too --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: