mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 16:27:27 +00:00
Check egui_extras --all-features on CI (#3019)
* Check egui_extras --all-features on CI * Fix egui_extras with `datepicker` feature
This commit is contained in:
@@ -53,6 +53,12 @@ jobs:
|
||||
command: check
|
||||
args: --locked --all-features --all-targets
|
||||
|
||||
- name: check egui_extras --all-features
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --locked --all-features --all-targets -p egui_extras
|
||||
|
||||
- name: check default features
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user