summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cuda.yaml (renamed from .github/workflows/build.yaml)14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/ci_cuda.yaml
index 62a1a833..74437115 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/ci_cuda.yaml
@@ -56,13 +56,13 @@ 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: 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: