mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Add another check to Windows CI (#4038)
To see if we can catch the problem in https://github.com/emilk/egui/pull/4037
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -189,5 +189,8 @@ jobs:
|
|||||||
- name: Set up cargo cache
|
- name: Set up cargo cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Check
|
- name: Check all
|
||||||
run: cargo check --all-targets --all-features
|
run: cargo check --all-targets --all-features
|
||||||
|
|
||||||
|
- name: Check hello_world
|
||||||
|
run: cargo check -p hello_world
|
||||||
|
|||||||
Reference in New Issue
Block a user