We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc07206 + d183f7d commit ee4fcb8Copy full SHA for ee4fcb8
.github/workflows/ndarray-linalg.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions-rs/cargo@v1
29
with:
30
command: test
31
- args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features
+ args: --manifest-path=ndarray-linalg/Cargo.toml --features=${{ matrix.feature }} --no-default-features --all-targets
32
33
linux:
34
runs-on: ubuntu-18.04
@@ -49,4 +49,4 @@ jobs:
49
50
51
52
0 commit comments