Browse Source

run internal tests too

pull/235/head
aler9 5 years ago
parent
commit
887a95f2f1
  1. 1
      Makefile

1
Makefile

@ -53,6 +53,7 @@ test: @@ -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:

Loading…
Cancel
Save