From 438fe46d5895e7f0384d44afe7500f43cb3f41ef Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 29 Sep 2023 19:36:23 +0530 Subject: [PATCH] dog: cargo test workaround --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a1f2c..9d64e17 100644 --- a/README.md +++ b/README.md @@ -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