Enable output in rust unit tests

This commit is contained in:
2022-06-13 22:47:49 +02:00
parent 30480fb568
commit 9f7195282f

View File

@@ -40,8 +40,8 @@ build-static:
test: test-unit test-integration test-e2e test: test-unit test-integration test-e2e
test-unit: test-unit +tests="":
cargo test --lib --bins cargo test --lib --bins -- --show-output {{tests}}
test-integration: test-integration:
cargo test --test "*" cargo test --test "*"