Skip to content

Commit

Permalink
add test goal
Browse files Browse the repository at this point in the history
  • Loading branch information
r3kzi committed Jun 10, 2020
1 parent a622a87 commit 93ab0c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
image:
docker build --no-cache -t elasticsearch-provisioner -t rekzi/elasticsearch-provisioner:latest .
docker build --no-cache -t elasticsearch-provisioner -t rekzi/elasticsearch-provisioner:latest .
test:
go test -cover -mod=vendor ./...

0 comments on commit 93ab0c1

Please sign in to comment.