Skip to content

Commit 59434b1

Browse files
authored
Document that mix test --dry-run was introduced in 1.20.0 (#15484)
1 parent 97770a6 commit 59434b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mix/lib/mix/tasks/test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ defmodule Mix.Tasks.Test do
121121
122122
* `--cover` - runs coverage tool. See "Coverage" section below
123123
124-
* `--dry-run` *(since v1.19.0)* - prints which tests would be run based on current options,
124+
* `--dry-run` *(since v1.20.0)* - prints which tests would be run based on current options,
125125
but does not actually run any tests. This combines with all other options
126126
like `--stale`, `--only`, `--exclude`, and so on.
127127

0 commit comments

Comments
 (0)