chore: add a comment to explain why bpapi is only checked for enterprise

This commit is contained in:
Zaiming (Stone) Shi 2023-02-02 16:11:17 +01:00
parent 7ea140599a
commit 36ff3d7596
1 changed files with 1 additions and 0 deletions

View File

@ -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