Skip to content

Commit 533ddd1

Browse files
committed
add CI test for const generics
1 parent b89fb3a commit 533ddd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ jobs:
162162
run: |
163163
[ "${{matrix.mpi}}" != "serial" ] && FEATURES=mpio
164164
cargo test -vv --features="$FEATURES"
165+
- name: Test const generics
166+
if: matrix.rust == 'nightly'
167+
run: cargo test -p hdf5-types --features hdf5-types/const_generics
165168

166169
msi:
167170
name: msi

0 commit comments

Comments
 (0)