Increase logging to info

This commit is contained in:
Tom Parker-Shemilt 2020-05-24 17:47:56 +01:00
parent 428ff93277
commit e240cb2238

View file

@ -4,7 +4,7 @@ script: RUSTC_WRAPPER=sccache cargo run
env:
global:
- RUST_LOG=warn
- RUST_LOG=info
- SCCACHE_CACHE_SIZE=1G
cache: