From a78454691871f7ee5693c127325b8f0fef302136 Mon Sep 17 00:00:00 2001 From: ruv Date: Tue, 16 Jun 2026 16:34:06 -0400 Subject: [PATCH] ci(ruview-swarm): drop removed itar-unrestricted feature from test matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The industrial rescope (ruv-drone) removed the itar-unrestricted feature flag — formation/allocation/raft/flight-control are now default capabilities. Update the 'ruflo+itar' matrix entry to just '--features ruflo' so CI matches the new feature set. Co-Authored-By: claude-flow --- .github/workflows/ruview-swarm-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruview-swarm-ci.yml b/.github/workflows/ruview-swarm-ci.yml index 829619a5..b8074d69 100644 --- a/.github/workflows/ruview-swarm-ci.yml +++ b/.github/workflows/ruview-swarm-ci.yml @@ -36,7 +36,7 @@ jobs: features: - { label: 'default', flags: '--no-default-features' } - { label: 'train', flags: '--features train' } - - { label: 'ruflo+itar', flags: '--features ruflo,itar-unrestricted' } + - { label: 'ruflo', flags: '--features ruflo' } - { label: 'full+train', flags: '--features full,train' } steps: - uses: actions/checkout@v4