Skip to content

Commit

Permalink
CI: run cargo-deadlinks for all features
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 21, 2023
1 parent 3d95798 commit 6e095e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: cargo deadlinks -- --all-features
- run: cargo doc --all-features --no-deps
env:
RUSTDOCFLAGS: -Dwarnings
Expand Down

0 comments on commit 6e095e3

Please sign in to comment.