mirror of
https://github.com/restic/restic.git
synced 2024-12-22 07:43:03 +00:00
Remove test from default make target
This commit is contained in:
parent
af43fb3dda
commit
8c4af2af70
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
||||||
GOFLAGS=
|
GOFLAGS=
|
||||||
#GOFLAGS+=-race
|
#GOFLAGS+=-race
|
||||||
|
|
||||||
all: release test
|
all: release
|
||||||
|
|
||||||
release:
|
release:
|
||||||
for dir in cmd/* ; do \
|
for dir in cmd/* ; do \
|
||||||
|
|
Loading…
Reference in a new issue