From 9e03b56691c06f32866d887d39658b66d57a4e7c Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Fri, 2 Feb 2024 19:36:47 +0100 Subject: [PATCH] Disable hdf5-derive testing on wine --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23e5f4d9..4b5552ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,10 +298,6 @@ jobs: env: CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64 run: cargo test --workspace --features hdf5-sys/static --target x86_64-pc-windows-gnu --exclude=hdf5-derive - - name: Build and test hdf5-derive - env: - CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64 - run: cargo test --package hdf5-derive --features hdf5/static --target x86_64-pc-windows-gnu addr_san: name: Address sanitizer