Skip to content

Commit

Permalink
check.sh: fail on rustdoc failure
Browse files Browse the repository at this point in the history
Same as #1454
  • Loading branch information
emilk committed Apr 5, 2022
1 parent f8e833a commit bd25526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sh/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -eux
# Checks all tests, lints etc.
# Basically does what the CI does.

RUSTDOCFLAGS="-D warnings" # https://github.com/emilk/egui/pull/1454

cargo check --workspace --all-targets
cargo check --workspace --all-targets --all-features
cargo check -p egui_demo_app --lib --target wasm32-unknown-unknown
Expand Down

0 comments on commit bd25526

Please sign in to comment.