From 902871401381e9f7037bd86d1f724ff63839447b Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Thu, 21 Sep 2023 21:57:38 +0200 Subject: [PATCH] CI: run `cargo-deadlinks` for all features --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 920a702b97..ac46876f13 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo install cargo-deadlinks - - run: RUSTFLAGS="--cfg docsrs" cargo deadlinks -- --features=serde + - run: RUSTFLAGS="--cfg docsrs" cargo deadlinks -- --all-features - run: cargo doc --all-features --no-deps env: RUSTDOCFLAGS: -Dwarnings