Skip to content

Commit b3b4326

Browse files
emilkhacknus
authored andcommitted
Add another check to Windows CI (emilk#4038)
To see if we can catch the problem in emilk#4037
1 parent fb64c86 commit b3b4326

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,8 @@ jobs:
189189
- name: Set up cargo cache
190190
uses: Swatinem/rust-cache@v2
191191

192-
- name: Check
192+
- name: Check all
193193
run: cargo check --all-targets --all-features
194+
195+
- name: Check hello_world
196+
run: cargo check -p hello_world

0 commit comments

Comments
 (0)