Files
tribes-plugin-trust/test/trust/plugin_contract_test.exs
self 40310b26ea
CI / Test (push) Failing after 20s
feat: add trust plugin foundation
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
2026-05-27 22:49:44 +02:00

4 lines
145 B
Elixir

defmodule TribeOne.TribesPlugin.Trust.PluginContractTest do
use Tribes.PluginTest.ContractTest, plugin: TribeOne.TribesPlugin.Trust.Plugin
end