Skip to content

Commit

Permalink
test: Test mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Jul 27, 2024
1 parent 102ec8a commit 1fa2cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
shell: [shell, shell-bin]
exclude: [{os: macos-12, shell: shell-bin}]
shell: [shell]
include:
- {os: ubuntu-latest, shell: shell-bin}
- {os: ubuntu-latest, shell: shell-mkl}
runs-on: ${{ matrix.os }}
steps:
- name: Skip debug
Expand Down

0 comments on commit 1fa2cde

Please sign in to comment.