Skip to content

Commit

Permalink
Limit features
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Aug 4, 2023
1 parent 317483e commit b897332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ jobs:
if: ${{ matrix.rust == '1.61.0' }}
run: mv Cargo.lock.msrv Cargo.lock
- name: build
run: cargo build -v --all-features
run: cargo build -v --features webp,webp-encoder
- name: test
if: ${{ matrix.rust != '1.61.0' }}
run: cargo test -v --all-features && cargo doc -v --all-features
run: >
cargo test -v --features webp,webp-encoder &&
cargo doc -v --features webp,webp-encoder
build_big_endian:
name: Run tests on big endian architecture
Expand Down

0 comments on commit b897332

Please sign in to comment.