dog: cargo test workaround

This commit is contained in:
Aravinth Manivannan 2023-09-29 19:36:23 +05:30
parent aeb9c46247
commit 438fe46d58
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 5 additions and 1 deletions

View File

@ -13,12 +13,16 @@
## Development Notes
## Create `ftest` Docker subnet before running tests or deploying
### Create `ftest` Docker subnet before running tests or deploying
```bash
docker network create --attachable -d bridge ftest
```
### `cargo test` is breaking due to `Exception: Error while creating access token: 400...`
Run `cargo test -j 1` to run tests serially.
### Test Runner