Skip to content

Commit 02baa0f

Browse files
ci: Treat warnings as errors for all CI jobs
1 parent fcdc6fe commit 02baa0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- version-*
1212
schedule:
1313
- cron: '0 0 * * 0-6'
14+
env:
15+
RUSTFLAGS: -D warnings
1416
jobs:
1517
test_aarch64:
1618
name: Integration Test (AArch64)

0 commit comments

Comments
 (0)