mirror of
https://gitee.com/openharmony/third_party_rust_link-cplusplus
synced 2024-11-23 07:19:41 +00:00
Detect warnings in CI
This commit is contained in:
parent
a243a5e2bc
commit
1a9a1e3d1f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -5,6 +5,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
schedule: [cron: "40 1 * * *"]
|
schedule: [cron: "40 1 * * *"]
|
||||||
|
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: '-Dwarnings'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Rust ${{matrix.rust}} on ${{matrix.os}}
|
name: Rust ${{matrix.rust}} on ${{matrix.os}}
|
||||||
|
Loading…
Reference in New Issue
Block a user