--all-features doesn't do as expected, just list all (two) features we want to test
This commit is contained in:
dbr 2022-04-29 11:19:34 +10:00 committed by Jonathan Spira
parent c032408329
commit f58744e579

View File

@ -67,8 +67,8 @@ jobs:
- name: freetype and docking
run: cargo clippy --workspace --all-targets --features freetype,docking
- name: allf eatures
run: cargo clippy --workspace --all-targets --all-features
- name: all features
run: cargo clippy --workspace --all-targets --features docking,freetype
test:
name: Run tests
@ -142,7 +142,7 @@ jobs:
- name: all features
if: matrix.os != 'windows-latest'
run: cargo test --workspace --all-targets --all-features
run: cargo test --workspace --all-targets --features docking,freetype
- name: doc tests
run: cargo test --workspace --doc