Skip to content

Commit

Permalink
ci: full test also with parallel=no
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 22, 2024
1 parent 20ee355 commit 5c71b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
matrix:
scotch: [false]
metis: [false]
parallel: [true]
lapack_vendor: [""]
os: [ubuntu-24.04, macos-latest]
include:
Expand All @@ -41,6 +42,8 @@ jobs:
os: ubuntu-24.04
- lapack_vendor: "OpenBLAS"
os: ubuntu-24.04
- parallel: false
os: ubuntu-24.04

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -77,6 +80,7 @@ jobs:
run: >-
cmake
--preset default
-Dparallel:BOOL=${{ matrix.parallel }}
-Dscotch:BOOL=${{ matrix.scotch }}
-Dmetis:BOOL=${{ matrix.metis }}
-DLAPACK_VENDOR=${{ matrix.lapack_vendor }}
Expand Down

0 comments on commit 5c71b6d

Please sign in to comment.