Skip to content

Commit

Permalink
Merge pull request #463 from tijlleenders/tijl/-/add-troubleshoot-deb…
Browse files Browse the repository at this point in the history
…ug-no-rust_tests

add tip rust_tests not found first debug
  • Loading branch information
tijlleenders committed Jul 20, 2024
2 parents 14e3be8 + 4845549 commit a0317ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/technical/Debugging-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit a0317ef

Please sign in to comment.