Skip to content

Commit

Permalink
[temp] Trigger the error
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed May 27, 2024
1 parent eaa8f57 commit 6766f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ jobs:
- name: Run rustdoc
run: |
cd spdlog
cargo +nightly rustdoc --verbose -- -D warnings -A unexpected_cfgs
cargo +nightly rustdoc --all-features --verbose -- -D warnings -A unexpected_cfgs
cd ../spdlog-macros
cargo +nightly rustdoc --verbose -- -D warnings -A unexpected_cfgs
cargo +nightly rustdoc --all-features --verbose -- -D warnings -A unexpected_cfgs
check-msrv:
Expand Down

0 comments on commit 6766f0d

Please sign in to comment.