Enable doc test on ci

This commit is contained in:
k-nasa 2019-11-28 20:54:07 +09:00
parent 7d9a063002
commit c85e2496b1

View file

@ -65,6 +65,12 @@ jobs:
command: test
args: --all --features "unstable attributes"
- name: documentation test
uses: actions-rs/cargo@v1
with:
command: test
args: --doc --features "unstable attributes"
check_fmt_and_docs:
name: Checking fmt and docs
runs-on: ubuntu-latest