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 214dabd commit 9e03b56Copy full SHA for 9e03b56
.github/workflows/ci.yml
@@ -298,10 +298,6 @@ jobs:
298
env:
299
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64
300
run: cargo test --workspace --features hdf5-sys/static --target x86_64-pc-windows-gnu --exclude=hdf5-derive
301
- - name: Build and test hdf5-derive
302
- env:
303
- CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64
304
- run: cargo test --package hdf5-derive --features hdf5/static --target x86_64-pc-windows-gnu
305
306
addr_san:
307
name: Address sanitizer
0 commit comments