Skip to content

Commit 9e03b56

Browse files
committed
Disable hdf5-derive testing on wine
1 parent 214dabd commit 9e03b56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,6 @@ jobs:
298298
env:
299299
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64
300300
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
305301

306302
addr_san:
307303
name: Address sanitizer

0 commit comments

Comments
 (0)