From 84be5d84439464e571108395d254b5d105abd053 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 5 Jan 2022 17:57:27 +0100 Subject: [PATCH] Also run tests with gpsd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac19a68..0502fb1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: command: "make -j 3 tests USE_GPSD=1" - run: name: "Run Tests" - command: "make run-tests" + command: "make run-tests USE_GPSD=1" # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows workflows: