diff --git a/.circleci/config.yml b/.circleci/config.yml index 7454a513..7a12fdd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,12 +5,10 @@ orbs: workflows: version: 2 - test: + test_and_build: jobs: - test-cli - test-gui - build: - jobs: - build-win32: requires: - test-cli