mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
run internal tests too
This commit is contained in:
parent
cc703fe5c5
commit
887a95f2f1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue