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:
Emil Ernerfeldt 2024-02-13 12:35:49 +01:00 committed by GitHub
parent 1970e2ccb1
commit d99fabaef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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