36
36
- name : Install HDF5
37
37
run : sudo apt-get update && sudo apt-get install libhdf5-dev
38
38
- name : Run cargo ${{matrix.command}}
39
- run : cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
39
+ run : cargo ${{matrix.command}} ${{matrix.command == 'fmt' && '--all -- --check' || '--workspace --exclude hdf5-metno- src -- -D warnings -D clippy::cargo -A clippy::multiple-crate-versions'}}
40
40
41
41
doc : # This task should mirror the procedure on docs.rs
42
42
runs-on : ubuntu-latest
@@ -152,9 +152,9 @@ jobs:
152
152
uses : dtolnay/rust-toolchain@stable
153
153
with : {toolchain: '${{matrix.rust}}'}
154
154
- name : Build and test all crates
155
- run : cargo test --workspace -vvv --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
155
+ run : cargo test --workspace -vvv --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-metno- derive
156
156
- name : Build and test with filters and other features
157
- run : cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc,f16,complex --exclude hdf5-derive
157
+ run : cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc,f16,complex --exclude hdf5-metno- derive
158
158
if : matrix.rust != 'stable-gnu'
159
159
- name : Run examples
160
160
run : |
@@ -282,7 +282,7 @@ jobs:
282
282
with : {toolchain: "1.77"}
283
283
- name : Build and test all crates
284
284
run :
285
- cargo test --workspace -vv --features=hdf5-sys/static,hdf5-sys/zlib --exclude=hdf5-derive
285
+ cargo test --workspace -vv --features=hdf5-sys/static,hdf5-sys/zlib --exclude=hdf5-metno- derive
286
286
287
287
# wine:
288
288
# name: wine
@@ -299,7 +299,7 @@ jobs:
299
299
# - name: Build and test
300
300
# env:
301
301
# CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64
302
- # run: cargo test --workspace --features hdf5-sys/static --target x86_64-pc-windows-gnu --exclude=hdf5-derive
302
+ # run: cargo test --workspace --features hdf5-sys/static --target x86_64-pc-windows-gnu --exclude=hdf5-metno- derive
303
303
304
304
addr_san :
305
305
name : Address sanitizer
@@ -314,4 +314,4 @@ jobs:
314
314
- name : Run test with sanitizer
315
315
env :
316
316
RUSTFLAGS : " -Z sanitizer=address"
317
- run : cargo test --features hdf5-sys/static --target x86_64-unknown-linux-gnu --workspace --exclude hdf5-derive
317
+ run : cargo test --features hdf5-sys/static --target x86_64-unknown-linux-gnu --workspace --exclude hdf5-metno- derive
0 commit comments