We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60325 commit 430cd2fCopy full SHA for 430cd2f
deps/rabbitmq_cli/Makefile
@@ -17,7 +17,7 @@ VERBOSE_TEST ?= true
17
MAX_CASES ?= 1
18
19
MIX_TEST_OPTS ?= ""
20
-MIX_TEST = ERL_COMPILER_OPTIONS=deterministic mix test --max-cases=$(MAX_CASES)
+MIX_TEST = ERL_COMPILER_OPTIONS=deterministic MIX_ENV=test mix do compile --warnings-as-errors, test --max-cases=$(MAX_CASES) --warnings-as-errors
21
22
ifneq ("",$(MIX_TEST_OPTS))
23
MIX_TEST := $(MIX_TEST) $(MIX_TEST_OPTS)
0 commit comments