customize
This commit is contained in:
parent
c64189afe5
commit
439248f270
@ -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,
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user