From dfe3cabb149c297933e584284caf23c5ecedb320 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 11 Apr 2021 02:21:55 +0300 Subject: [PATCH] circleci: remove remote_tests_rust Rust tests are already running on GitHub Actions, this is duplicate work. --- .circleci/config.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 33529842c..9320df49b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,12 +35,6 @@ jobs: - py-docs - wheelhouse - remote_tests_rust: - machine: true - steps: - - checkout - - run: ci_scripts/remote_tests_rust.sh - remote_tests_python: machine: true steps: @@ -61,11 +55,6 @@ workflows: test: jobs: - - remote_tests_rust: - filters: - tags: - only: /.*/ - - remote_tests_python: filters: tags: