Skip to content

Commit 65fd709

Browse files
authored
test(justfile): fix test-local cli arguments (#747)
1 parent 6bb7022 commit 65fd709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ profile-restore:
108108

109109
test-local:
110110
@cd integration-tests && ./fund_escrow.sh
111-
@cd integration-tests && cargo run
111+
@cd integration-tests && cargo run -- rav1

0 commit comments

Comments
 (0)