Skip to content

Commit d183f7d

Browse files
committed
Use --all-targets
1 parent dc07206 commit d183f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ndarray-linalg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions-rs/cargo@v1
2929
with:
3030
command: test
31-
args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features
31+
args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features --all-targets
3232

3333
linux:
3434
runs-on: ubuntu-18.04
@@ -49,4 +49,4 @@ jobs:
4949
- uses: actions-rs/cargo@v1
5050
with:
5151
command: test
52-
args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features
52+
args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features --all-targets

0 commit comments

Comments
 (0)