ci: Add lockfile check

This commit is contained in:
Kenny Levinsen
2020-05-16 18:18:22 +02:00
parent 760eceb517
commit c9a2ce68a4

View File

@@ -15,5 +15,5 @@ tasks:
cargo fmt -- --check
- test: |
cd greetd
cargo check --all-targets --all-features
cargo test --all-targets --all-features
cargo check --locked --all-targets --all-features
cargo test --all-targets --all-features