Skip to content

Commit

Permalink
Mention --cargo-arg in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 7, 2022
1 parent c96cdb0 commit f530947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ of cargo-mutants.)
`--timeout`: Set a fixed timeout for each `cargo test` run, to catch mutations
that cause a hang. By default a timeout is automatically determined.

`--cargo-arg`: Passes the option argument to `cargo check`, `build`, and `test`.
For example, `--cargo-arg --release`.

### Passing arguments to `cargo test`

Command-line options following a `--` delimiter are passed through to
Expand Down

0 comments on commit f530947

Please sign in to comment.