insta icon indicating copy to clipboard operation
insta copied to clipboard

Running `cargo insta test --check` suggests running `cargo insta test`

Open max-sixty opened this issue 1 year ago • 0 comments

What happened?

Very minor:

Running cargo insta test with --check or CI=1 and failing prints this error message, which seems designed for folks running cargo test

Stopped on the first failure. Run `cargo insta test` to run all snapshots.

Reproduction steps

No response

Insta Version

1.31.0

rustc Version

1.68.2

What did you expect?

Possibly to run all tests, even with --check, but otherwise to not suggest running cargo insta test

max-sixty avatar Aug 09 '23 00:08 max-sixty