We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev dogfood
1 parent d42af68 commit 131770dCopy full SHA for 131770d
book/src/development/basics.md
@@ -59,7 +59,7 @@ cargo uitest
59
# only run UI tests starting with `test_`
60
TESTNAME="test_" cargo uitest
61
# only run dogfood tests
62
-cargo test --test dogfood
+cargo dev dogfood
63
```
64
65
If the output of a [UI test] differs from the expected output, you can update
@@ -95,6 +95,8 @@ cargo dev new_lint
95
cargo dev setup git-hook
96
# (experimental) Setup Clippy to work with IntelliJ-Rust
97
cargo dev setup intellij
98
+# runs the `dogfood` tests
99
100
101
102
More about intellij command usage and reasons
0 commit comments