Skip to content

Commit

Permalink
ci: run cargo fmt as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitgeist committed Dec 16, 2024
1 parent be5339f commit 1130403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: cargo build --release
- run: cargo test --release
- run: cargo clippy -- -Dwarnings
- run: cargo fmt --check
- run: cargo build --release && cargo test --release -- --nocapture
working-directory: ./examples/http-multi-server-channels
- run: cargo build --release && cargo test --release -- --nocapture
Expand Down

0 comments on commit 1130403

Please sign in to comment.