run internal tests too

This commit is contained in:
aler9 2021-01-28 20:25:43 +01:00
parent cc703fe5c5
commit 887a95f2f1

View file

@ -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: