Skip to content

Commit 131770d

Browse files
committed
Add dev dogfood to the book
1 parent d42af68 commit 131770d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/src/development/basics.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cargo uitest
5959
# only run UI tests starting with `test_`
6060
TESTNAME="test_" cargo uitest
6161
# only run dogfood tests
62-
cargo test --test dogfood
62+
cargo dev dogfood
6363
```
6464

6565
If the output of a [UI test] differs from the expected output, you can update
@@ -95,6 +95,8 @@ cargo dev new_lint
9595
cargo dev setup git-hook
9696
# (experimental) Setup Clippy to work with IntelliJ-Rust
9797
cargo dev setup intellij
98+
# runs the `dogfood` tests
99+
cargo dev dogfood
98100
```
99101

100102
More about intellij command usage and reasons

0 commit comments

Comments
 (0)