Skip to main content

run_compatibility_matrix

Function run_compatibility_matrix 

Source
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.