We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49b7c5 commit c703416Copy full SHA for c703416
1 file changed
tests/regression/issue_068_mlx_support.rs
@@ -314,9 +314,8 @@ fn test_mlx_regression_prevention() {
314
.expect("Should be able to read release workflow");
315
316
assert!(
317
- workflow_file.contains("aarch64-apple-darwin")
318
- && workflow_file.contains("x86_64-apple-darwin"),
319
- "Release workflow should include macOS targets (both Intel and ARM64)"
+ workflow_file.contains("aarch64-apple-darwin"),
+ "Release workflow should include macOS ARM64 target"
320
);
321
322
// 3. MLX feature still compiles (legacy path, not default)
0 commit comments