OSDN Git Service

test: add test for PR#1708 https://github.com/Bytom/bytom/pull/1708 (#1723)
[bytom/bytom.git] / Makefile
index f5f2a75..4a3b242 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ BYTOMCLI_RELEASE64 := bytomcli-$(VERSION)-$(GOOS)_amd64
 BYTOM_RELEASE32 := bytom-$(VERSION)-$(GOOS)_386
 BYTOM_RELEASE64 := bytom-$(VERSION)-$(GOOS)_amd64
 
-all: test target release-all
+all: test target release-all install
 
 bytomd:
        @echo "Building bytomd to cmd/bytomd/bytomd"
@@ -104,8 +104,6 @@ clean:
        @rm -rf blockchain/pseudohsm/testdata/pseudo/
        @echo "Cleaning sm2 pem files..."
        @rm -rf crypto/sm2/*.pem
-       @echo "Cleaning go test cache..."
-       @go clean -testcache
        @echo "Done."
 
 target/$(BYTOMD_BINARY32):