Remove test from default make target

This commit is contained in:
Alexander Neumann 2015-01-14 17:49:17 +01:00
parent af43fb3dda
commit 8c4af2af70
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
GOFLAGS=
#GOFLAGS+=-race
all: release test
all: release
release:
for dir in cmd/* ; do \