mirror of
https://github.com/simonask/libyaml-safer
synced 2025-03-09 09:17:21 +00:00
Detect warnings in CI
This commit is contained in:
parent
5e5bed5d21
commit
5b48860450
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
pull_request:
|
||||
schedule: [cron: "40 1 * * *"]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Rust ${{matrix.rust}}
|
||||
|
|
Loading…
Add table
Reference in a new issue