Skip to content

Commit

Permalink
github/workflows: Add on on image features
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 2, 2024
1 parent 7fda10d commit b6e1c21
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/image_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: Investigate image features that run

env:
CARGO_TERM_COLOR: always
on:
push:
branches: [ "main","dev" ]
pull_request:
branches: [ "main" ,"dev" ]

jobs:
build:
strategy:
matrix:
features:[image_formats, serde-support, metadata, threads, simd, log,jpeg, ppm, png, psd, farbfeld, qoi, jpeg-xl, hdr, bmp]
features: [ "image_formats", "serde-support", "metadata", "threads", "simd", "log","jpeg", "ppm", "png", "psd", "farbfeld", "qoi", "jpeg-xl", "hdr", "bmp" ]

runs-on: ubuntu-latest



steps:
- name: Check independent feature build Basics
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit b6e1c21

Please sign in to comment.