B TestHelper, CI: Work with older elixir version.

This commit is contained in:
Lain Soykaf 2023-02-09 12:36:02 -05:00
commit 8583b3721d
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
# 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)