Add dev dogfood to the book

This commit is contained in:
Serial 2022-06-29 22:42:58 -04:00
parent d42af68e03
commit 131770d22b

View file

@ -59,7 +59,7 @@ cargo uitest
# only run UI tests starting with `test_`
TESTNAME="test_" cargo uitest
# only run dogfood tests
cargo test --test dogfood
cargo dev dogfood
```
If the output of a [UI test] differs from the expected output, you can update
@ -95,6 +95,8 @@ cargo dev new_lint
cargo dev setup git-hook
# (experimental) Setup Clippy to work with IntelliJ-Rust
cargo dev setup intellij
# runs the `dogfood` tests
cargo dev dogfood
```
More about intellij command usage and reasons