Skip to content

Commit 51408a0

Browse files
committed
Make cargo-nextest output less verbose
1 parent ad6572e commit 51408a0

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
@@ -121,7 +121,7 @@ test *ARGS:
121121

122122
# Run unit tests
123123
test-unit *ARGS:
124-
cargo nextest run --no-fail-fast --all-features --all-targets {{ARGS}}
124+
cargo nextest run --status-level fail --no-fail-fast --all-features --all-targets {{ARGS}}
125125

126126
# Run doc tests
127127
test-docs *ARGS:

0 commit comments

Comments
 (0)