Skip to content

Commit ee4fcb8

Browse files
authored
Merge pull request #231 from rust-ndarray/disable-doctest-on-linux-macos
Do not run doctest for macOS and Linux
2 parents dc07206 + d183f7d commit ee4fcb8

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)