Add test target to Justfile

This commit is contained in:
2021-11-21 22:28:15 +01:00
parent 06e7d68089
commit 6b80a0f2d5

View File

@@ -8,3 +8,6 @@ lint-fix:
release: release:
cargo build --release cargo build --release
test:
cargo test --lib --bins