summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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: