ci: Use cargo check instead of build

This commit is contained in:
Kenny Levinsen
2020-03-18 14:15:06 +01:00
parent b519d8a265
commit 4b89180cfe

View File

@@ -13,6 +13,6 @@ tasks:
- rustfmt-check: |
cd greetd
cargo fmt -- --check
- build: |
- check: |
cd greetd
cargo build
cargo check