Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 5, 2023
1 parent 5ebdf89 commit 2d20e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run_e2e_roundtrip_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run_roundtrip_rust(arch: str, release: bool, target_dir: str | None) -> str:
cmd = ["cargo", "r", "-p", project_name]

if target_dir is not None:
cmd += ["--target-dir", target_dir]
cmd += ["--target-dir", target_dir]

if release:
cmd += ["--release"]
Expand Down

0 comments on commit 2d20e37

Please sign in to comment.