Fix makefile
This commit is contained in:
parent
67071ed561
commit
496471e61d
4
Makefile
4
Makefile
@ -1,9 +1,9 @@
|
|||||||
.PHONY: test docker
|
.PHONY: test docker
|
||||||
|
|
||||||
DOCKER_IMG = cyrilix/robocar-arduino
|
DOCKER_IMG = cyrilix/robocar-record
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -mod vendor ./cmd/rc-arduino ./arduino
|
go test -mod vendor ./cmd/rc-record ./part
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
export DOCKEC_CLI_EXPERIMENTAL=enabled
|
export DOCKEC_CLI_EXPERIMENTAL=enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user