Add makefile for tests

This commit is contained in:
Cyrille Nofficial 2019-12-31 14:05:15 +01:00
parent 2641749e15
commit a89a045e5c

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: test
test:
go test -race -mod vendor ./cli ./mqttdevice ./service ./testtools ./types