diff options
| author | Lain Soykaf <lain@lain.com> | 2023-11-12 13:53:18 +0400 |
|---|---|---|
| committer | Lain Soykaf <lain@lain.com> | 2023-11-12 13:53:18 +0400 |
| commit | 0c5cc519833166e1c748deb81394af9940c05928 (patch) | |
| tree | 4eb13f297395d738df1054c82a744b3ae99479e0 /test/test_helper.exs | |
| parent | 398141da68328cea982f017a3e8bc95a9f9c1fbf (diff) | |
| parent | a51f3937eef0c6add91234863d5f936c59830d88 (diff) | |
| download | pleroma-0c5cc519833166e1c748deb81394af9940c05928.tar.gz pleroma-0c5cc519833166e1c748deb81394af9940c05928.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-meilisearch
Diffstat (limited to 'test/test_helper.exs')
| -rw-r--r-- | test/test_helper.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs index 60a61484f..7727cffbc 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -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) |
