Skip to content

Commit

Permalink
add --warnings-as-errors behaviour for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Mitre authored and adrianomitre committed Jan 30, 2021
1 parent b0859a8 commit ed251a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
if System.get_env("CI") do
Code.compiler_options(warnings_as_errors: true)
end
ExUnit.start()

0 comments on commit ed251a0

Please sign in to comment.