Skip to content

Commit

Permalink
Ignore examples when checking without default features
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Mar 19, 2024
1 parent 44cdb27 commit d846416
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/rust-cache@v2.7.0
- 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 d846416

Please sign in to comment.