Skip to content

Commit

Permalink
Fix CI: Require std to build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 23, 2024
1 parent 5a22187 commit 8a15322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: cargo hack clippy ${{ env.PRIMARY_PKGS }} --locked --optional-deps --each-feature --features std --tests --benches --examples -- -D warnings

- name: cargo clippy (examples)
run: cargo hack clippy ${{ env.EXAMPLE_PKGS }} --locked --optional-deps --each-feature -- -D warnings
run: cargo hack clippy ${{ env.EXAMPLE_PKGS }} --locked --optional-deps --each-feature --features std -- -D warnings

clippy-stable-android:
name: cargo clippy (android)
Expand Down

0 comments on commit 8a15322

Please sign in to comment.