Fail docs build when warnings are generated (#1454)
This commit is contained in:
parent
c3b6d1bab9
commit
f8e833ad8b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -7,6 +7,7 @@ env:
|
|||
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
|
||||
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
|
||||
RUSTFLAGS: --cfg=web_sys_unstable_apis
|
||||
RUSTDOCFLAGS: -D warnings
|
||||
|
||||
jobs:
|
||||
check_default:
|
||||
|
|
Loading…
Reference in a new issue