diff --git a/.circleci/config.yml b/.circleci/config.yml index d8d3011..fae3b6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - checkout - run: make -j all dunstify - run: make -j test-valgrind - - run: make -j clean + - run: make clean - run: make -j test-coverage workflows: