add cargo hack to doctest job

This commit is contained in:
Rob Ede 2021-09-01 21:14:56 +01:00
parent 4558f8ae21
commit 5c815778f4
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,12 @@ jobs:
profile: minimal profile: minimal
override: true override: true
- name: Install cargo-hack
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-hack
- name: doc tests - name: doc tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
timeout-minutes: 40 timeout-minutes: 40