Skip to content

Commit 24b19d4

Browse files
committed
[temp commit] try to figure out where openat is called
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 2e8f10d commit 24b19d4

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
@@ -77,7 +77,7 @@ test target=default-target features="": (test-unit target features) (test-isolat
7777

7878
# runs unit tests
7979
test-unit target=default-target features="":
80-
cargo test {{ if features =="" {''} else if features=="no-default-features" {"--no-default-features" } else {"--no-default-features -F " + features } }} --profile={{ if target == "debug" { "dev" } else { target } }} --lib
80+
cargo test {{ if features =="" {''} else if features=="no-default-features" {"--no-default-features" } else {"--no-default-features -F " + features } }} --profile={{ if target == "debug" { "dev" } else { target } }} --lib -- --nocapture --test-threads 1
8181

8282
# runs tests that requires being run separately, for example due to global state
8383
test-isolated target=default-target features="":

0 commit comments

Comments
 (0)