test adding cargo check to CI
This commit is contained in:
parent
4bf988902f
commit
66e07cc0e0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/oxipng.yml
vendored
5
.github/workflows/oxipng.yml
vendored
|
|
@ -112,6 +112,11 @@ jobs:
|
||||||
| tee clippy-results.sarif
|
| tee clippy-results.sarif
|
||||||
| sarif-fmt
|
| sarif-fmt
|
||||||
|
|
||||||
|
- name: Run Check for all feature combinations
|
||||||
|
run: cargo hack clippy --no-deps --all-targets --feature-powerset \
|
||||||
|
--exclude-features sanity-checks,system-libdeflate \
|
||||||
|
-- -D warnings
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --release --features sanity-checks
|
cargo nextest run --release --features sanity-checks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue