mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-22 00:00:17 +02:00
ci: add docsrs cfg option
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: cargo doc -p axum-extra
|
||||
run: cargo doc --package axum-extra --all-features --no-deps
|
||||
env:
|
||||
RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private-doc-tests"
|
||||
RUSTDOCFLAGS: "-D rustdoc::all -A rustdoc::private-doc-tests --cfg docsrs"
|
||||
|
||||
cargo-hack:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user