Skip to content

Commit 3a11da4

Browse files
dstaay-fbfacebook-github-bot
authored andcommitted
Enable RDMA tests in OSS CI (meta-pytorch#1255)
Summary: Pull Request resolved: meta-pytorch#1255 Ensure `cargo test -p monarch_rdma` runs on OSS CI Differential Revision: D82699014
1 parent fd7e662 commit 3a11da4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-cuda.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
# Install the built wheel from artifact
4848
install_wheel_from_artifact
4949
50+
# Install Rust toolchain for tests
51+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
52+
source ~/.cargo/env
53+
5054
# tests the type_assert statements in test_python_actor are correct
5155
# pyre currently does not check these assertions
5256
pyright python/tests/test_python_actors.py
@@ -56,3 +60,5 @@ jobs:
5660
# TODO(meriksen): temporarily disabled to unblock lands while debugging
5761
# mock CUDA issues on the OSS setup
5862
# python python/tests/test_mock_cuda.py
63+
64+
cargo test -p monarch_rdma

0 commit comments

Comments
 (0)