circleci: remove remote_tests_rust

Rust tests are already running on GitHub Actions, this is duplicate work.
This commit is contained in:
link2xt
2021-04-11 02:21:55 +03:00
committed by link2xt
parent 09735b808e
commit dfe3cabb14

View File

@@ -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: