Skip to content

Commit

Permalink
Do not run make check when previous steps fail
Browse files Browse the repository at this point in the history
It's no use to run tests or linters when code generation fails.
  • Loading branch information
khernyo committed Jun 29, 2020
1 parent a37e515 commit 1c61646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- run:
name: Run unit tests, linter, etc.
command: make check
when: always

- save_cache:
name: Save build dependencies
Expand Down

0 comments on commit 1c61646

Please sign in to comment.