summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-15 23:48:49 +0100
committerDario Maiocchi <dmaiocchi@suse.com>2017-11-16 16:47:40 +0100
commit38b172e306d23b844846244fd1ffd0dd55e5714e (patch)
tree1774b31f9155ccd616098c27a820535b87d5532b /Makefile
parent4ae842bbeb3b9d72659d4c78f6bf1c75a7881965 (diff)
downloadterraform-provider-libvirt-38b172e306d23b844846244fd1ffd0dd55e5714e.tar
terraform-provider-libvirt-38b172e306d23b844846244fd1ffd0dd55e5714e.tar.gz
add volume cloud_init test check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fea63149..512d7ae0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
default: build
-build: gofmtcheck
+build: gofmtcheck golint
go build
install: