Skip to content

Commit

Permalink
switch to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewDennison committed Feb 1, 2020
1 parent e22a003 commit 1d82b5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d82b5f

Please sign in to comment.