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
Expand workspace to cover all crates and enable rust testing (#1684)
Summary:
Pull Request resolved: #1684
Expand Github rust testing to the whole workspace of crates in monarch.
Tests that do not pass in Github are marked as fb-only for now. Many of them can
be fixed easily, but we can turn on the majority of tests right away.
Reviewed By: colin2328
Differential Revision: D85676520
Copy file name to clipboardExpand all lines: hyperactor/src/host.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1280,7 +1280,7 @@ mod tests {
1280
1280
1281
1281
#[tokio::test]
1282
1282
// TODO: OSS: called `Result::unwrap()` on an `Err` value: ReadFailed { manifest_path: "/meta-pytorch/monarch/target/debug/deps/hyperactor-0e1fe83af739d976.resources.json", source: Os { code: 2, kind: NotFound, message: "No such file or directory" } }
0 commit comments