Skip to content

Commit

Permalink
Do not check examples with no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Mar 19, 2024
1 parent b52f298 commit c4e1337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/[email protected]
- run: cargo check --workspace --no-default-features --all-targets
- run: cargo check --workspace --no-default-features

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4e1337

Please sign in to comment.