mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
workflow
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -47,6 +47,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: GPU sanity check
|
||||
run: ls /usr/local; ls /usr/local/lib; echo $GITHUB_ENV
|
||||
run: ls /usr/local; ls /usr/local/lib; tree -L 2
|
||||
- name: Run CUDA crate tests
|
||||
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64; curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"; sudo apt-get update && sudo apt-get install -y protobuf-compiler; rustup update; cargo test -p luminal_cuda --verbose
|
||||
|
||||
Reference in New Issue
Block a user