We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d52ad4 commit 95a483eCopy full SHA for 95a483e
justfile
@@ -132,7 +132,7 @@ verify_blocks *ARGS:
132
####TEST COMMANDS###
133
####################
134
test *ARGS: build-test-utils
135
- target/release/run --with target/release/port-alloc cargo nextest run {{ARGS}}
+ target/release/run --with target/release/port-alloc cargo nextest run -- {{ARGS}}
136
@if [ "{{ARGS}}" == "" ]; then cargo test --doc; fi
137
138
test-contracts: build-contracts
0 commit comments