Skip to content

Commit

Permalink
Add another check to Windows CI (#4038)
Browse files Browse the repository at this point in the history
To see if we can catch the problem in
#4037
  • Loading branch information
emilk authored Feb 13, 2024
1 parent 1970e2c commit d99faba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d99faba

Please sign in to comment.