Skip to content

Commit

Permalink
ci: add clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 15, 2024
1 parent 3f3b1aa commit 7c720bd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo t --all --all-features
- run: cargo t --workspace --all-features

formatting:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo c --workspace --all-features

rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7c720bd

Please sign in to comment.