Enable doc test on ci

pull/597/head
k-nasa 5 years ago
parent 7d9a063002
commit c85e2496b1

@ -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

Loading…
Cancel
Save