mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-20 11:36:11 -05:00
Add rust logging warnings
This commit is contained in:
parent
4d048eba27
commit
becc8bd9d5
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
language: rust
|
||||
script: cargo run
|
||||
cache: cargo
|
||||
cache: cargo
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUST_LOG=warn
|
Loading…
Reference in a new issue