|
60 | 60 | - name: Build and test all crates |
61 | 61 | run: | |
62 | 62 | [ "${{matrix.mpi}}" != "" ] && FEATURES=mpio |
63 | | - cargo test -vv --features="$FEATURES" |
| 63 | + cargo test -vv --features="$FEATURES" --workspace |
64 | 64 |
|
65 | 65 | conda: |
66 | 66 | name: conda |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | [ "${{runner.os}}" != "Windows" ] && export RUSTFLAGS="-C link-args=-Wl,-rpath,$CONDA_PREFIX/lib" |
110 | 110 | [ "${{matrix.mpi}}" == "mpich" ] && [ "${{runner.os}}" == "Linux" ] && export MPICH_CC=$(which gcc) |
111 | 111 | [ "${{matrix.mpi}}" == "openmpi" ] && [ "${{runner.os}}" == "Linux" ] && export OMPI_CC=$(which gcc) |
112 | | - cargo test -vv --features="$FEATURES" |
| 112 | + cargo test -vv --features="$FEATURES" --workspace |
113 | 113 |
|
114 | 114 | static: |
115 | 115 | name: static |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | - name: Build and test all crates |
162 | 162 | run: | |
163 | 163 | [ "${{matrix.mpi}}" != "serial" ] && FEATURES=mpio |
164 | | - cargo test -vv --features="$FEATURES" |
| 164 | + cargo test -vv --features="$FEATURES" --workspace |
165 | 165 |
|
166 | 166 | msi: |
167 | 167 | name: msi |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | 7z x hdf5.zip -y |
208 | 208 | msiexec /i ${{env.MSI_PATH}} /quiet /qn /norestart |
209 | 209 | - name: Build and test all crates |
210 | | - run: cargo test -vv |
| 210 | + run: cargo test --workspace -vv |
211 | 211 |
|
212 | 212 | msrv: |
213 | 213 | name: Minimal Supported Rust Version |
@@ -238,4 +238,4 @@ jobs: |
238 | 238 | - name: Install dependencies |
239 | 239 | run: sudo apt-get install wine64 mingw-w64 |
240 | 240 | - name: Build and test |
241 | | - run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail |
| 241 | + run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --workspace --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail |
0 commit comments