make cargo check less verbose

This commit is contained in:
Marcel Märtens 2019-11-19 16:48:12 +01:00
parent f380af930f
commit 22ec19ec55

View File

@ -113,7 +113,7 @@ check:
tags:
- veloren-docker
script:
- RUSTFLAGS="-D warnings" cargo check --verbose
- RUSTFLAGS="-D warnings" cargo check
code-quality:
stage: check-compile