diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f45712b4..f5f718cd7 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: