You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,11 +62,11 @@ You can verify the samples pass by running `mdbook test`.
62
62
63
63
### Linkcheck
64
64
65
-
To verify that links are not broken, run `cargo linkcheck`.
65
+
To verify that links are not broken, run `cargo xtask linkcheck`.
66
66
67
67
### Running all tests
68
68
69
-
As a last step before opening a PR, it is recommended to run `cargo test-all`. This will go through and run most of the tests that are required for CI to pass. See `xtask/src/main.rs` for what all this does.
69
+
As a last step before opening a PR, it is recommended to run `cargo xtask test-all`. This will go through and run most of the tests that are required for CI to pass. See `xtask/src/main.rs` for what all this does.
0 commit comments