Skip to content

Commit

Permalink
simplify core test
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 29, 2024
1 parent 7752599 commit 35dcade
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 35dcade

Please sign in to comment.