Skip to content

Commit

Permalink
clippy in ci/cd checks all targets (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
orph3usLyre authored Apr 3, 2024
1 parent c8e4004 commit d730bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo -V && rustc -V
- name: Run clippy for native
run: cargo clippy --all --tests --all-features -- -D warnings
- name: Run clippy
run: cargo clippy --all --tests --all-features --all-targets -- -D warnings

rustdoc:
name: Rustdoc
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* add strict clippy lints (#13)
* reduce output text at build time (#15)
* update README with doctests (#17)
* CI/CD clippy checks all targets (#18)

## 0.2.0
* Initial published crate version

0 comments on commit d730bab

Please sign in to comment.