Skip to content

Commit

Permalink
chore(ci): Expand cargo check to include examples
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Potts <[email protected]>
  • Loading branch information
iamjpotts committed Sep 27, 2024
1 parent 76f5575 commit 6cafdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env
cargo check --workspace
cargo check --examples --workspace
test:
needs: ['check']
Expand Down

0 comments on commit 6cafdfd

Please sign in to comment.