chore: add a comment to explain why bpapi is only checked for enterprise
This commit is contained in:
parent
7ea140599a
commit
36ff3d7596
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in New Issue