Skip to content

Commit 4c431a6

Browse files
committed
Allow zero args in just test
1 parent 8e7ea98 commit 4c431a6

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
@@ -1,5 +1,5 @@
11
# Run the tests
2-
test +ARGS:
2+
test *ARGS:
33
cargo nextest run {{ARGS}}
44

55
# Run the tests in verbose mode

0 commit comments

Comments
 (0)