diff --git a/.circleci/config.yml b/.circleci/config.yml index 07d29280b..ee86d1916 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,13 @@ workflows: - "lint" - "deprecations" - "c-locale" - - "integration" + + - "integration": + requires: + # If the unit test suite doesn't pass, don't bother running the + # integration tests. + - "debian-9" + jobs: lint: