diff --git a/.github/workflows/test_core.yml b/.github/workflows/test_core.yml index 9de40668..03097a1e 100644 --- a/.github/workflows/test_core.yml +++ b/.github/workflows/test_core.yml @@ -29,10 +29,9 @@ jobs: action: "test" - platform: "ubuntu-24.04" # Ubuntu x86_64 - args: '--features "vulkan"' - pre-build-args: "--vulkan" + args: '' + pre-build-args: "" name: "Ubuntu 24.04 - x86_64" - vulkan-version: 1.3.204.0 action: "test" - platform: "windows-latest" # Windows x86_64 @@ -41,26 +40,6 @@ jobs: name: "Windows - x86_64" action: "test" - - platform: "windows-latest" # Windows x86_64 with openblas - args: '--target x86_64-pc-windows-msvc --features "openblas"' - pre-build-args: "--openblas" - name: "Windows - x86_64 with OpenBLAS" - action: "test" - - - platform: "windows-latest" # Windows x86_64 with vulkan - args: '--target x86_64-pc-windows-msvc --features "vulkan"' - pre-build-args: "--vulkan" - name: "Windows - x86_64 with Vulkan" - vulkan-version: 1.3.204.0 - action: "test" - - - platform: "ubuntu-22.04" - args: '--features "rocm"' - rocm-version: "6.1.2" - pre-build-args: "--rocm" - name: "Ubuntu 22.04 - ROCM" - action: "build" - runs-on: ${{ matrix.platform }} name: ${{ matrix.name }} steps: