We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b20632 commit dd8a6d9Copy full SHA for dd8a6d9
.github/workflows/ci.yml
@@ -263,7 +263,8 @@ jobs:
263
- name: Install dependencies
264
run: sudo apt-get update && sudo apt install wine64 mingw-w64
265
- name: Build and test
266
- run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
+ run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features static --exclude hdf5-derive --target x86_64-pc-windows-gnu -- --skip test_compile_fail
267
+
268
addr_san:
269
name: Address sanitizer
270
runs-on: ubuntu-latest
0 commit comments