Skip to content

Commit 73ef4ce

Browse files
author
Adriano Mitre
committed
add --warnings-as-errors behaviour for tests
elixir-toniq/norm#100 (comment)
1 parent 5ec71a2 commit 73ef4ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test_helper.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
if System.get_env("CI") do
2+
Code.compiler_options(warnings_as_errors: true)
3+
end
14
ExUnit.start()

0 commit comments

Comments
 (0)