summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 23:08:50 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 23:08:50 +0200
commita690f14a774a5c51fcb5bc8d14dfdbbd820f9493 (patch)
treee7010324cb9170b5aea26e507fcaf7444b405951 /.github
parent90d778c05902ce7c1e0db74c8a913de4e5fc566a (diff)
downloadcandle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.tar.gz
candle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.tar.bz2
candle-a690f14a774a5c51fcb5bc8d14dfdbbd820f9493.zip
Fix by hardcoding paths
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: