Add dev dogfood
to the book
This commit is contained in:
parent
d42af68e03
commit
131770d22b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue