Skip to content

Commit

Permalink
Don't dialyze the tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Dec 4, 2023
1 parent 284bf3c commit 83b4564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions ebin/ranch.app
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_conns_sup_sup','ranch_crc32c','ranch_embedded_sup','ranch_listener_sup','ranch_protocol','ranch_proxy_header','ranch_server','ranch_server_proxy','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},
{optional_applications, []},
{mod, {ranch_app, []}},
{env, []}
]}.

0 comments on commit 83b4564

Please sign in to comment.