From 5c815778f406f2e164b3657ec24ebfcecd46846f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 1 Sep 2021 21:14:56 +0100 Subject: [PATCH] add cargo hack to doctest job --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a5e4fa6..49ed8291 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,12 @@ jobs: profile: minimal override: true + - name: Install cargo-hack + uses: actions-rs/cargo@v1 + with: + command: install + args: cargo-hack + - name: doc tests uses: actions-rs/cargo@v1 timeout-minutes: 40