Skip to content

Commit c85e249

Browse files
committed
Enable doc test on ci
1 parent 7d9a063 commit c85e249

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
command: test
6666
args: --all --features "unstable attributes"
6767

68+
- name: documentation test
69+
uses: actions-rs/cargo@v1
70+
with:
71+
command: test
72+
args: --doc --features "unstable attributes"
73+
6874
check_fmt_and_docs:
6975
name: Checking fmt and docs
7076
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)