diff options
Diffstat (limited to '.github/workflows/ci_cuda.yaml')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 3 |
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: |