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
|
||||
|
||||
doc_tests:
|
||||
name: doc tests
|
||||
name: Documentation Tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -134,6 +134,8 @@ jobs:
|
||||
with:
|
||||
toolchain: nightly
|
||||
|
||||
- name: doc tests
|
||||
timeout-minutes: 40
|
||||
run: cargo ci-doctest -- --nocapture
|
||||
- name: Test docs
|
||||
run: just test-docs
|
||||
|
||||
- name: Build docs
|
||||
run: just doc
|
||||
|
Loading…
Reference in New Issue
Block a user