B TestHelper: Remove warnings-as-errors

It's already set in mix.exs
This commit is contained in:
Lain Soykaf 2023-01-03 17:01:56 -05:00
parent b3a1cfaa7a
commit 2eec3f8207
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
Code.put_compiler_option(:warnings_as_errors, true)
os_exclude = if :os.type() == {:unix, :darwin}, do: [skip_on_mac: true], else: []
ExUnit.start(exclude: [:federated, :erratic] ++ os_exclude)