From 172e51f53e323eedbaab073a58c332eac5281d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Tue, 30 Mar 2021 17:38:45 +0200 Subject: [PATCH] ci: remove make deps step for unit tests --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65a66d2f..07e4ae83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,6 @@ jobs: steps: - checkout - run: make install-tools - - run: make deps - run: make test - run: name: Codecov upload