From 1d82b5fed1d0bf6bd64cb6313321de22f5ca9874 Mon Sep 17 00:00:00 2001 From: Drew Dennison Date: Sat, 1 Feb 2020 11:50:15 -0800 Subject: [PATCH] switch to make test --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5aa56b5c99..ec12c3e8a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,7 @@ jobs: steps: - run: apk add make - checkout - - run: sgrep-lint --validate --config=./python . - - run: sgrep-lint --validate --config=./c . - - run: ./test.py --ignore-todo . + - run: make test workflows: version: 2.1 build_and_test: