Skip to content

Commit

Permalink
Allow warnings in MSRV build
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Aug 28, 2023
1 parent c357318 commit b9933b5
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 @@ -181,6 +181,8 @@ jobs:
$PUBLIC_CRATES
--features=$INTERESTING_FEATURES
--features=$LATEST_MACOS_FEATURE
env:
RUSTFLAGS: "--codegen=debuginfo=0" # Removed --deny=warnings

ui:
name: Compiler UI
Expand Down

0 comments on commit b9933b5

Please sign in to comment.