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.
1 parent dc07206 commit d183f7dCopy full SHA for d183f7d
.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