Skip to content

Commit a1244e2

Browse files
committed
Change *-backend to test lax features
1 parent 36d59d3 commit a1244e2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/intel-mkl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
command: test
2323
args: >
24-
--manifest-path=ndarray-linalg/Cargo.toml
24+
--manifest-path=lax/Cargo.toml
2525
--no-default-features
2626
--features=${{ matrix.feature }}
2727
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
command: test
4141
args: >
42-
--manifest-path=ndarray-linalg/Cargo.toml
42+
--manifest-path=lax/Cargo.toml
4343
--no-default-features
4444
--features=${{ matrix.feature }}
4545
@@ -59,6 +59,6 @@ jobs:
5959
with:
6060
command: test
6161
args: >
62-
--manifest-path=ndarray-linalg/Cargo.toml
62+
--manifest-path=lax/Cargo.toml
6363
--no-default-features
6464
--features=${{ matrix.feature }}

.github/workflows/netlib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
command: test
3232
args: >
33-
--manifest-path=ndarray-linalg/Cargo.toml
33+
--manifest-path=lax/Cargo.toml
3434
--no-default-features
3535
--features=netlib-${{ matrix.feature }}
3636
@@ -52,6 +52,6 @@ jobs:
5252
with:
5353
command: test
5454
args: >
55-
--manifest-path=ndarray-linalg/Cargo.toml
55+
--manifest-path=lax/Cargo.toml
5656
--no-default-features
5757
--features=netlib-${{ matrix.feature }}

.github/workflows/openblas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
command: test
3232
args: >
33-
--manifest-path=ndarray-linalg/Cargo.toml
33+
--manifest-path=lax/Cargo.toml
3434
--no-default-features
3535
--features=openblas-${{ matrix.feature }}
3636
@@ -52,6 +52,6 @@ jobs:
5252
with:
5353
command: test
5454
args: >
55-
--manifest-path=ndarray-linalg/Cargo.toml
55+
--manifest-path=lax/Cargo.toml
5656
--no-default-features
5757
--features=openblas-${{ matrix.feature }}

0 commit comments

Comments
 (0)