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 fd7e662 commit 3a11da4Copy full SHA for 3a11da4
.github/workflows/test-cuda.yml
@@ -47,6 +47,10 @@ jobs:
47
# Install the built wheel from artifact
48
install_wheel_from_artifact
49
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
+
54
# tests the type_assert statements in test_python_actor are correct
55
# pyre currently does not check these assertions
56
pyright python/tests/test_python_actors.py
@@ -56,3 +60,5 @@ jobs:
60
# TODO(meriksen): temporarily disabled to unblock lands while debugging
57
61
# mock CUDA issues on the OSS setup
58
62
# python python/tests/test_mock_cuda.py
63
64
+ cargo test -p monarch_rdma
0 commit comments