From 36ff3d75960087f51ddd060a53e564bd4800f491 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 2 Feb 2023 16:11:17 +0100 Subject: [PATCH] chore: add a comment to explain why bpapi is only checked for enterprise --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15bc0c79c..07160b7b0 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ test-compile: $(REBAR) merge-config ct: $(REBAR) merge-config @ENABLE_COVER_COMPILE=1 $(REBAR) ct --name $(CT_NODE_NAME) -c -v --cover_export_name $(CT_COVER_EXPORT_PREFIX)-ct +## only check bpapi for enterprise profile because it's a super-set. .PHONY: static_checks static_checks: @$(REBAR) as check do dialyzer, xref