Compare commits

...

1 Commits

Author SHA1 Message Date
holger krekel
9b6d7bde82 bring back remote_rust tests but comment them 2020-06-09 15:00:31 +02:00

View File

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