Skip to content

Commit b9933b5

Browse files
committed
Allow warnings in MSRV build
1 parent c357318 commit b9933b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
$PUBLIC_CRATES
182182
--features=$INTERESTING_FEATURES
183183
--features=$LATEST_MACOS_FEATURE
184+
env:
185+
RUSTFLAGS: "--codegen=debuginfo=0" # Removed --deny=warnings
184186

185187
ui:
186188
name: Compiler UI

0 commit comments

Comments
 (0)