Skip to content

Commit

Permalink
Check documentation for all features (tari-project#100)
Browse files Browse the repository at this point in the history
This PR ensures that documentation checks are done for all features.
  • Loading branch information
AaronFeickert authored Jul 30, 2024
1 parent 3653e35 commit e71fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Docs
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e71fb67

Please sign in to comment.