Skip to content

Commit 332b9c6

Browse files
committed
test(justfile): fix test-local cli arguments
1 parent 6bb7022 commit 332b9c6

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)