We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9774fd commit f045836Copy full SHA for f045836
.github/workflows/ci.yml
@@ -35,4 +35,4 @@ jobs:
35
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}
36
- name: Build and test all crates
37
run: |
38
- cargo test --features hdf5-sys/conda
+ cargo test --features hdf5-sys/conda --workspace --exclude hdf5-derive
0 commit comments