Skip to content

Commit

Permalink
removed axum feature from ci-build.yml for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Oct 10, 2024
1 parent 45f4eee commit c3e3ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --all-targets --features axum -- -D warnings
args: --workspace --all-targets -- -D warnings

0 comments on commit c3e3ef1

Please sign in to comment.