From 35dcade3303754726e8cc16b4d85df103d81333f Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:56:30 +0300 Subject: [PATCH] simplify core test --- .github/workflows/test_core.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) 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: