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
Extend Buck2 support to include running unit tests defined in Rust source code. Currently, we only support building binaries (like cargo build) with Buck2. After this implementation, we should also support testing (like cargo test) with Buck2.
The text was updated successfully, but these errors were encountered:
Extend Buck2 support to include running unit tests defined in Rust source code. Currently, we only support building binaries (like
cargo build
) with Buck2. After this implementation, we should also support testing (likecargo test
) with Buck2.The text was updated successfully, but these errors were encountered: