Skip to content

Commit

Permalink
Deny warnings on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 17, 2024
1 parent 3b6382e commit d5af591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ env:
# This is required to enable the web_sys clipboard API which egui_web uses
# 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
RUSTFLAGS: --cfg=web_sys_unstable_apis -D warnings
RUSTDOCFLAGS: -D warnings

jobs:
check_native:
Expand Down

0 comments on commit d5af591

Please sign in to comment.