1
0
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:
Rob Ede 2024-06-11 03:52:15 +01:00
parent e4bb5ed355
commit 20234ec555
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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