Detect warnings in CI

This commit is contained in:
David Tolnay 2022-01-01 00:07:36 -08:00
parent 320d70f691
commit d2e2ad151c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on:
pull_request:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: '-Dwarnings'
jobs:
test:
name: Rust ${{matrix.rust}}