Skip to content

Commit f02d354

Browse files
committed
Enable f16/complex features for static CI tests
1 parent 23a3d42 commit f02d354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
with: {toolchain: '${{matrix.rust}}'}
148148
- name: Build and test all crates
149149
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib --exclude hdf5-derive
150-
- name: Build and test with filters
151-
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc --exclude hdf5-derive
150+
- name: Build and test with filters and other features
151+
run: cargo test --workspace -v --features hdf5-sys/static,hdf5-sys/zlib,lzf,blosc,f16,complex --exclude hdf5-derive
152152
if: matrix.rust != 'stable-gnu'
153153
- name: Run examples
154154
run: |

0 commit comments

Comments
 (0)