make api.Channel as interface
[govpp.git] / Makefile
index 4eed58d..cfc99f7 100644 (file)
--- 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: