diff --git a/documentation/technical/Debugging-Setup.md b/documentation/technical/Debugging-Setup.md index 4d274b80..7e7526b2 100644 --- a/documentation/technical/Debugging-Setup.md +++ b/documentation/technical/Debugging-Setup.md @@ -53,6 +53,8 @@ To debug tests with better `NaiveDateTime` formatter, kindly add custom configur } ``` +If you get an error `no rust_tests found` do a `cargo build` and try again. + To debug a single, specific test, from the rust_tests: add the test name to the root args (not the cargo args) as such: ```