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 9d8a46c commit 3b4e332Copy full SHA for 3b4e332
.github/workflows/test.yml
@@ -49,21 +49,17 @@ jobs:
49
50
steps:
51
- uses: actions/checkout@v4
52
-
53
- name: Install system deps
54
run: |
55
sudo apt-get update
56
sudo apt-get install -y --no-install-recommends \
57
protobuf-compiler \
58
cuda-nvrtc-12-8
59
60
- name: Install Rust
61
62
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
63
- echo "$HOME/.cargo/env" >> "$GITHUB_PATH"
64
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
65
- source "$HOME/.cargo/env"
66
- rustup update
67
+ - name: Update Rust
+ run: rustup update
68
- name: Run CUDA crate tests
69
run: cargo test -p luminal_cuda --verbose
0 commit comments