mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
ci: fail on doc error
This commit is contained in:
parent
e4bb5ed355
commit
20234ec555
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
run: cargo-ci-cache-clean
|
run: cargo-ci-cache-clean
|
||||||
|
|
||||||
doc_tests:
|
doc_tests:
|
||||||
name: doc tests
|
name: Documentation Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -134,6 +134,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
|
|
||||||
- name: doc tests
|
- name: Test docs
|
||||||
timeout-minutes: 40
|
run: just test-docs
|
||||||
run: cargo ci-doctest -- --nocapture
|
|
||||||
|
- name: Build docs
|
||||||
|
run: just doc
|
||||||
|
Loading…
Reference in New Issue
Block a user