File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9292 RUSTFLAGS : -Dwarnings
9393 run : cargo clippy --workspace --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "ex0*" --exclude "cudnn*"
9494
95- # Don't currently test because many tests rely on the system having a CUDA GPU
96- # - name: Test
97- # run: cargo test --workspace
95+ # Very limited testing because we can only run tests that don't rely on having a CUDA GPU.
96+ - name : Test
97+ run : cargo test -p nvvm -p rustc_codegen_nvvm
9898
9999 - name : Check documentation
100100 env :
Original file line number Diff line number Diff line change 9191 RUSTFLAGS : -Dwarnings
9292 run : cargo clippy --workspace --exclude "optix*" --exclude "path-tracer" --exclude "denoiser" --exclude "vecadd*" --exclude "gemm*" --exclude "ex0*" --exclude "cudnn*" --exclude "sha2*"
9393
94- # Don't currently test because many tests rely on the system having a CUDA GPU
95- # - name: Test
96- # run: cargo test --workspace
94+ # Very limited testing because we can only run tests that don't rely on having a CUDA GPU.
95+ - name : Test
96+ run : cargo test -p nvvm -p rustc_codegen_nvvm
9797
9898 - name : Check documentation
9999 env :
You can’t perform that action at this time.
0 commit comments