Skip to content

Fix NativTests target: add missing NativSkill.swift - #207

Merged
lucasnewman merged 1 commit into
Blaizzy:mcp-hubfrom
C-K-Loan:mcp-hub-1-test-fix
Aug 4, 2026
Merged

Fix NativTests target: add missing NativSkill.swift#207
lucasnewman merged 1 commit into
Blaizzy:mcp-hubfrom
C-K-Loan:mcp-hub-1-test-fix

Conversation

@C-K-Loan

@C-K-Loan C-K-Loan commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Test target wasn't compiling — NativSettings.swift references NativSkill but the file was never added to the target, so the whole suite was being silently skipped instead of run. One line.

The unit-test target lists NativSettings.swift explicitly, and that file
now holds a `skills: [NativSkill]` property, but NativSkill.swift itself
was never added alongside it — so the test target fails to compile and the
whole suite is skipped rather than reported as failing.

Adding the one missing source file brings the 216 existing tests back.

@lucasnewman lucasnewman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lucasnewman
lucasnewman merged commit 3cd2fce into Blaizzy:mcp-hub Aug 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants