1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

fix awc changelog

This commit is contained in:
Rob Ede
2021-11-23 15:12:55 +00:00
parent ab5eb7c1aa
commit bcbbc115aa
3 changed files with 10 additions and 17 deletions

View File

@ -159,7 +159,7 @@ jobs:
with: { file: cobertura.xml }
rustdoc:
name: rustdoc
name: doc tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -177,12 +177,6 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v1.3.0
# - 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: 60