Skip to content

Commit

Permalink
Add rust-docs component to CI build-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Nov 29, 2021
1 parent 6435704 commit c1563e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-docs
- name: Build
run: cargo build --features ${{ matrix.features }} --locked
- name: Clippy
Expand Down

0 comments on commit c1563e4

Please sign in to comment.