# Objective

- In #12965 I broke CI (sorry!)
- The command was tested locally, but somehow the yaml formatting messed
it up
- I hate yaml

## Solution

- It should now use the correct formatting
  - I hope
- I wish there was a straightforward way to test github actions locally
This commit is contained in:
Giacomo Stevanato 2024-07-30 09:14:41 +02:00 committed by GitHub
parent 455c1bfbe8
commit adb4709d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,8 @@ jobs:
env:
# needs to be in sync with [package.metadata.docs.rs]
RUSTDOCFLAGS: -Zunstable-options --cfg=docsrs --generate-link-to-definition
run: cargo doc \
run: |
cargo doc \
-Zunstable-options \
-Zrustdoc-scrape-examples \
--all-features \