From 9b6d7bde82b229f7631e28ce33788fd0802082a6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 9 Jun 2020 14:38:39 +0200 Subject: [PATCH] bring back remote_rust tests but comment them --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f45712b4..25d875f89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,6 +138,12 @@ jobs: - py-docs - wheelhouse + remote_tests_rust: + machine: true + steps: + - checkout + - run: ci_scripts/remote_tests_rust.sh + remote_tests_python: machine: true steps: @@ -172,6 +178,11 @@ workflows: jobs: # - cargo_fetch + #- remote_tests_rust + # filters: + # tags: + # only: /.*/ + - remote_tests_python: filters: tags: @@ -180,6 +191,7 @@ workflows: - remote_python_packaging: requires: - remote_tests_python + # - remote_tests_rust filters: branches: only: master