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:
parent
1970e2ccb1
commit
d99fabaef5
|
|
@ -189,5 +189,8 @@ jobs:
|
|||
- name: Set up cargo cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Check
|
||||
- name: Check all
|
||||
run: cargo check --all-targets --all-features
|
||||
|
||||
- name: Check hello_world
|
||||
run: cargo check -p hello_world
|
||||
|
|
|
|||
Loading…
Reference in New Issue