Skip to content

Commit

Permalink
[ci] Include charls feature when testing dicom-pixeldata
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Aug 24, 2024
1 parent da1330d commit c13c59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- run: cargo test --features image,ndarray,sop-class,rle,cli
# test dicom-pixeldata with openjp2
- run: cargo test -p dicom-pixeldata --features openjp2
# test dicom-pixeldata with openjpeg-sys
- run: cargo test -p dicom-pixeldata --features openjpeg-sys
# test dicom-pixeldata with openjpeg-sys and charls
- run: cargo test -p dicom-pixeldata --features openjpeg-sys,charls
# test dicom-pixeldata with gdcm-rs
- run: cargo test -p dicom-pixeldata --features gdcm
# test dicom-pixeldata without default features
Expand Down

0 comments on commit c13c59d

Please sign in to comment.