Files
parrhesia/test/test_helper.exs
Steffen Beyer a1a8b30d12
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 1s
CI / Test (OTP 28.4 / Elixir 1.19.4 + Marmot E2E) (push) Failing after 1s
Stabilize test harness and node sync e2e
2026-03-17 03:46:58 +01:00

11 lines
197 B
Elixir

exclude_tags =
if System.get_env("PARRHESIA_NAK_E2E") == "1" do
[]
else
[:nak_e2e]
end
{:ok, _apps} = Application.ensure_all_started(:parrhesia)
ExUnit.start(exclude: exclude_tags)