Skip to content

Commit 7ec6d7a

Browse files
committed
Exclude hdf5-derive
1 parent b9774fd commit 7ec6d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}
3636
- name: Build and test all crates
3737
run: |
38-
cargo test --features hdf5-sys/conda
38+
cargo test --features hdf5-sys/conda --exclude hdf5-derive

0 commit comments

Comments
 (0)