mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-19 19:13:31 -04:00
Detect warnings in CI
This commit is contained in:
@@ -5,6 +5,9 @@ on:
|
||||
pull_request:
|
||||
schedule: [cron: "40 1 * * *"]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: '-Dwarnings'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Rust ${{matrix.rust}}
|
||||
@@ -42,7 +45,7 @@ jobs:
|
||||
components: miri
|
||||
- run: cargo miri test
|
||||
env:
|
||||
MIRIFLAGS: "-Zmiri-tag-raw-pointers"
|
||||
MIRIFLAGS: '-Zmiri-tag-raw-pointers'
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
|
||||
Reference in New Issue
Block a user