Skip to content

Commit

Permalink
Eep!
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkins committed Sep 26, 2024
1 parent 15ddf8a commit 61d6aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions priv/release.exs
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ defmodule Releaser.Tests do
def run_tests!() do
error_code = Mix.Shell.IO.cmd("mix test", [])

# if error_code != 0 do
# raise "This version can't be released because tests are failing."
# end
if error_code != 0 do
raise "This version can't be released because tests are failing."
end

:ok
end
Expand Down

0 comments on commit 61d6aa2

Please sign in to comment.