add build-from-source info to Tests architecture docs

it's mentioned in the README, but it's worth mentioning again in the
Tests section of the architecture doc.
This commit is contained in:
Dale Wijnand 2018-04-18 01:27:44 +01:00
parent 00de39bb27
commit 6049121b3a
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF

View File

@ -103,6 +103,9 @@ assert_that(
);
```
Alternatively to build and run a custom version of cargo simply run `cargo build`
and execute `target/debug/cargo`.
## Logging
Cargo uses [`env_logger`](https://docs.rs/env_logger/*/env_logger/), so you can set