From f68d4f78c7d381dace310d14b6e9d35f73cd277b Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 18 Feb 2021 14:32:12 -0800 Subject: [PATCH] chore: temporarily disable linux CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49121ae..6773595 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,12 +104,12 @@ workflows: test_and_release: # Run the test jobs first, then the release only when all the test jobs are successful jobs: - - test-linux + # - test-linux - test-mac - test-windows - release: requires: - - test-linux + # - test-linux - test-mac - test-windows filters: