keycard-go/Makefile
Jakub Sokołowski bbc3c9ef8c add Jenkinsfile for tests
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-27 14:06:52 +01:00

8 lines
62 B
Makefile

.PHONY: test
deps:
go get -t ./...
test:
go test -v ./...