This commit is contained in:
Nicolas Patry 2023-08-09 19:00:25 +02:00
parent 749c8c7f51
commit e6ce47f9e0
1 changed files with 7 additions and 7 deletions

View File

@ -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: