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 1db37d1 commit 4017229Copy full SHA for 4017229
justfile
@@ -196,7 +196,7 @@ unit-tests-flaky:
196
# depend on this to pre-generate metadata, and/or use it inside a recipe as `"$({{ j }} dbg)"`
197
[private]
198
dbg:
199
- set -eux; \
+ set -eu; \
200
target_dir="$(cargo metadata --format-version 1 | jq -r .target_directory)"; \
201
test -n "$target_dir"; \
202
echo "$target_dir/debug"
0 commit comments