Skip to content

Commit

Permalink
Clippy after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Aug 23, 2023
1 parent 677502d commit 6c6a796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
run: |
cargo fmt -- --check
- name: Cargo test
run: cargo test --locked --release --all-features --bins --tests --examples && cargo test --doc

- name: Lint
if: contains(matrix.os, 'ubuntu')
run: |
cargo clippy --locked --release --all-features --all-targets -- -D clippy::all
- name: Cargo test
run: cargo test --locked --release --all-features --bins --tests --examples && cargo test --doc
cargo clippy --locked --all-features --all-targets -- -D clippy::all
- name: Cargo publish
if: |
Expand Down

0 comments on commit 6c6a796

Please sign in to comment.