Skip to content

Commit

Permalink
github/workflows: Add zune-imageprocs to build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Jun 8, 2024
1 parent 30be16d commit d930506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/image_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
features: [ "image_formats", "serde-support", "metadata", "threads", "simd", "log","jpeg", "ppm", "png", "psd", "farbfeld", "qoi", "jpeg-xl", "hdr", "bmp" ]

imageproc: [ "avx2","sse2","sse3","sse41","log","exif","threads" ]
runs-on: ubuntu-latest

steps:
Expand All @@ -29,4 +29,9 @@ jobs:
with:
command: build
args: -p zune-image --no-default-features -F ${{ matrix.features }}
- name: Check independent features in zune-imageprocs
uses: actions-rs/cargo@v1
with:
command: build
-p zune-imageprocs --no-default-features -F ${{ matrix.imageproc }}

0 comments on commit d930506

Please sign in to comment.