summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 19:54:40 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 19:54:40 +0200
commite5f510d2097b44014a7b0db277cebd1337049aba (patch)
tree43c74643a450ea3b1ba874ead2edce3cbe377b56 /.github
parente6ce47f9e0518c7cc5ce675522adfbb72b45c5c3 (diff)
downloadcandle-e5f510d2097b44014a7b0db277cebd1337049aba.tar.gz
candle-e5f510d2097b44014a7b0db277cebd1337049aba.tar.bz2
candle-e5f510d2097b44014a7b0db277cebd1337049aba.zip
SSH to debug.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cuda.yaml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml
index 74437115..a96eb874 100644
--- a/.github/workflows/ci_cuda.yaml
+++ b/.github/workflows/ci_cuda.yaml
@@ -56,13 +56,15 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- # - name: Install Rust Stable
- # uses: actions-rs/toolchain@v1
- # with:
- # toolchain: stable
- # components: rustfmt, clippy
- # override: true
- # - uses: Swatinem/rust-cache@v2
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ - name: Install Rust Stable
+ uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
+ components: rustfmt, clippy
+ override: true
+ - uses: Swatinem/rust-cache@v2
- name: Test (cuda)
run: cargo test --features cuda
stop-runner: