dog: cargo test workaround
This commit is contained in:
parent
aeb9c46247
commit
438fe46d58
1 changed files with 5 additions and 1 deletions
|
@ -13,12 +13,16 @@
|
||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
|
|
||||||
## Create `ftest` Docker subnet before running tests or deploying
|
### Create `ftest` Docker subnet before running tests or deploying
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker network create --attachable -d bridge ftest
|
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
|
### Test Runner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue