Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,15 @@ jobs:
- name: relay conform --strict
run: relay conform --strict /tmp/go-lin

# ── RELAY interop behavioural conformance (spec §11.2 / §20.2) ────────────
# Drives the CLI's `convert` command with the LIN golden vectors and confirms
# its relay.Message output is EQUIVALENT to the reference implementation.
relay-interop:
name: RELAY interop (LIN)
# ── RELAY behavioural conformance (spec §11.2 / §20.2) ────────────────────
# Drives the CLI's `convert` command with RELAY's own embedded LIN golden
# vectors and confirms its relay.Message output is EQUIVALENT to RELAY's
# reference conversion. This is self-consistency against RELAY's own
# vectors, not third-party interoperability against an independent LIN
# peer — named `relay-conformance` accordingly (SoundMatt/RELAY THEME-K
# #125, docs/INTEROP-ARCHITECTURE.md's naming discipline, INTEROP-07).
relay-conformance:
name: RELAY conformance (LIN)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
Expand Down
Loading