customize

This commit is contained in:
AF 2023-08-31 21:13:03 +00:00
parent c64189afe5
commit 439248f270

View File

@ -140,7 +140,7 @@ def cargo_test(name: str, workernames: list[str]):
factory = radn_rs_factory()
factory.addStep(
steps.ShellCommand(
command=["cargo", "test"],
command=["cargo", "test", "--workspace"],
env=RADN_ENV,
)
)