Skip to content

Commit 390b0ec

Browse files
committed
Add toml, typos, doc check to CI
1 parent fa6a66a commit 390b0ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- name: Clippy
8484
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
8585

86+
- name: Doc
87+
run: cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
88+
8689
- name: Build
8790
run: cargo build --verbose
8891

.github/workflows/ci_minimal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Clippy
3838
run: cargo clippy -- -D warnings
3939

40+
- name: Doc
41+
run: cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
42+
4043
- name: Build
4144
run: cargo build --verbose
4245

0 commit comments

Comments
 (0)