fix govpp, add more checks to makefile
[govpp.git] / Makefile
index e5ae92e..c4b742e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ examples:
 test:
        @echo "=> running tests"
        go test -cover ./cmd/...
-       go test -cover ./core ./api ./codec
+       go test -cover ./ ./adapter ./core ./api ./codec
 
 extras:
        @echo "=> building extras"