aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 214f632..7bed92c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ build:
test:
@cd cmd/binapi-generator && go test -cover .
- @cd api && go test -cover ./...
@cd core && go test -cover .
install: