summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cuda.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml
index 500dfb66..925008df 100644
--- a/.github/workflows/ci_cuda.yaml
+++ b/.github/workflows/ci_cuda.yaml
@@ -62,7 +62,8 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test (cuda)
- run: cargo test --features cuda
+ run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --fe
+atures cuda
stop-runner:
name: Stop self-hosted EC2 runner
needs: