From 83b4564f8c86c181d14549e742568f6a195f2828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Dec 2023 12:12:42 +0100 Subject: Don't dialyze the tests by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56222ee..3115b87 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PROJECT_REGISTERED = ranch_server # Options. CT_OPTS += -pa test -ct_hooks ranch_ct_hook [] # -boot start_sasl -PLT_APPS = common_test crypto ct_helper public_key stampede tools +PLT_APPS = crypto public_key tools # common_test ct_helper stampede # Dependencies. @@ -64,7 +64,7 @@ TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' # Dialyze the tests. -DIALYZER_OPTS += --src -r test +#DIALYZER_OPTS += --src -r test # Use erl_make_certs from the tested release during CI # and ensure that ct_helper is always recompiled. -- cgit v1.2.3