From a8335c63df31f21d88e9d7d1f2b64d32a674cd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 31 Oct 2018 10:50:57 +0100 Subject: Always dialyze tests and fix some cowboy_req specs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b7486f..6f72f8f 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ app:: rebar.config # Dialyze the tests. -# DIALYZER_OPTS += --src -r test +DIALYZER_OPTS += --src -r test # h2spec setup. -- cgit v1.2.3