diff --git a/Makefile b/Makefile index e505c14..cf34f16 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY: test docker -DOCKER_IMG = cyrilix/robocar-arduino +DOCKER_IMG = cyrilix/robocar-record test: - go test -mod vendor ./cmd/rc-arduino ./arduino + go test -mod vendor ./cmd/rc-record ./part docker: export DOCKEC_CLI_EXPERIMENTAL=enabled