From 996a995f99bf9b8afa74d2d4a4fc8517096d4188 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 14 Apr 2023 12:36:03 +0200
Subject: [PATCH] faster build

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 175e60b2..5adace3c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -17,7 +17,7 @@ commands:
   unit_test:
     description: Run the unit tests
     steps:
-      - run: pytest -vv --cov=satella
+      - run: pytest -n 8 -vv --cov=satella
 jobs:
   test:
     executor: my-executor
-- 
GitLab