From c85e2496b1345efbd66ecc648fa12ed151eecd4a Mon Sep 17 00:00:00 2001 From: k-nasa Date: Thu, 28 Nov 2019 20:54:07 +0900 Subject: [PATCH] Enable doc test on ci --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a71c1..bee2562 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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