pub fn run_compatibility_matrix(
entries: &[MatrixEntry],
) -> Vec<(MatrixEntry, CompatCheckResult)>Expand description
Run the full compatibility matrix and return all results.
This is the CI gate function: every entry must match its expected outcome.