mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Fix CI
--all-features doesn't do as expected, just list all (two) features we want to test
This commit is contained in:
parent
c032408329
commit
f58744e579
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user