diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7c7f7d..64da532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,17 +30,17 @@ jobs: echo "MSRV=$MSRV" | tee --append "$GITHUB_OUTPUT" linux: - strategy: - #matrix: - # include: - # - name: "default features" - # cargo-args: "" - # - name: "CUDA and OpenCL" - # cargo-args: "--features cuda,opencl" - # - name: "CUDA only" - # cargo-args: "--no-default-features --features cuda" - # - name: "OpenCL only" - # cargo-args: "--no-default-features --features opencl" + #strategy: + # matrix: + # include: + # - name: "default features" + # cargo-args: "" + # - name: "CUDA and OpenCL" + # cargo-args: "--features cuda,opencl" + # - name: "CUDA only" + # cargo-args: "--no-default-features --features cuda" + # - name: "OpenCL only" + # cargo-args: "--no-default-features --features opencl" needs: set-msrv runs-on: ubuntu-latest #name: Linux ${{ matrix.name }}