Skip to content

Commit

Permalink
CI: Remove --all-features when running clippy.
Browse files Browse the repository at this point in the history
Including `--all-features` builds const-oid with the `arbitrary` feature
which has dependencies incompatible with the current MSRV.
  • Loading branch information
flihp committed Aug 8, 2023
1 parent 75938f3 commit 447843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
components: clippy
override: true
profile: minimal
- run: cargo clippy --all-features
- run: cargo clippy

doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 447843b

Please sign in to comment.