mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 00:00:18 +02:00
Fix cargo hack warnings (#3114)
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
||||
|
||||
cargo-hack:
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
# Fail the build if there are any warnings
|
||||
RUSTFLAGS: "-D warnings"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
Reference in New Issue
Block a user