switch rust tests to github ci

This commit is contained in:
dignifiedquire
2020-06-09 12:59:53 +02:00
parent 913db3b958
commit f56a4450f3
4 changed files with 53 additions and 46 deletions

View File

@@ -138,12 +138,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:
@@ -178,11 +172,6 @@ workflows:
jobs:
# - cargo_fetch
- remote_tests_rust:
filters:
tags:
only: /.*/
- remote_tests_python:
filters:
tags: