You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Fix smoke test config keys to match actual flapi schema
- Use access_mode/max_memory (underscores) not hyphens
- Remove db-path (use in-memory DB like integration tests)
- Remove server.port section, pass port via -p flag
- Add --config-service-token to match how integration tests invoke the binary
- Add mcp.enabled: false to keep config minimal
The bad config keys caused an immediate abort (before any log output)
on all platforms, masking whether the real #20 crash also exists.
0 commit comments