From 28d7f9753da2cf159fc9ba4c7aab624aa7320242 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 2 Jan 2022 22:21:19 +0100 Subject: [PATCH] revert build app before tests --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d8209a..e148e64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,16 +19,15 @@ jobs: command: | sudo apt-get update sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev + - run: + name: "Build App" + command: "make -j 3 dstargateway" - run: name: "Build Tests" command: "make -j 3 tests" - run: name: "Run Tests" command: "make run-tests" - - run: - name: "Build App" - command: "make -j 3 dstargateway" - # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows workflows: