Skip to content

Commit

Permalink
update build step to include examples
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Feb 23, 2024
1 parent 667e859 commit 7591c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:
python -m pip install --upgrade pip
pip install mechanical-markdown
- name: Cargo Build
run: cargo build
- name: Cargo Build Examples
run: cargo build --examples

- name: Check Example
run: |
Expand Down

0 comments on commit 7591c83

Please sign in to comment.