Enable output in rust unit tests

This commit is contained in:
2022-06-13 22:30:26 +02:00
parent fb45087477
commit 742c8587ce

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 "*"