Skip to content

Commit 95a483e

Browse files
committed
Fix justfile
1 parent 0d52ad4 commit 95a483e

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
@@ -132,7 +132,7 @@ verify_blocks *ARGS:
132132
####TEST COMMANDS###
133133
####################
134134
test *ARGS: build-test-utils
135-
target/release/run --with target/release/port-alloc cargo nextest run {{ARGS}}
135+
target/release/run --with target/release/port-alloc cargo nextest run -- {{ARGS}}
136136
@if [ "{{ARGS}}" == "" ]; then cargo test --doc; fi
137137

138138
test-contracts: build-contracts

0 commit comments

Comments
 (0)