customize

This commit is contained in:
AF 2023-08-05 12:21:45 +00:00
parent 4eecd70c56
commit 203c3e4c4e

View File

@ -89,7 +89,6 @@ factory.addStep(
factory.addStep( factory.addStep(
steps.ShellCommand( steps.ShellCommand(
command=["cargo", "test"], command=["cargo", "test"],
workdir="radn-rs",
) )
) )
c["builders"].append( c["builders"].append(