mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
bring back remote_rust tests but comment them
This commit is contained in:
@@ -138,6 +138,12 @@ jobs:
|
|||||||
- py-docs
|
- py-docs
|
||||||
- wheelhouse
|
- wheelhouse
|
||||||
|
|
||||||
|
remote_tests_rust:
|
||||||
|
machine: true
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: ci_scripts/remote_tests_rust.sh
|
||||||
|
|
||||||
remote_tests_python:
|
remote_tests_python:
|
||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
@@ -172,6 +178,11 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
# - cargo_fetch
|
# - cargo_fetch
|
||||||
|
|
||||||
|
#- remote_tests_rust
|
||||||
|
# filters:
|
||||||
|
# tags:
|
||||||
|
# only: /.*/
|
||||||
|
|
||||||
- remote_tests_python:
|
- remote_tests_python:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
@@ -180,6 +191,7 @@ workflows:
|
|||||||
- remote_python_packaging:
|
- remote_python_packaging:
|
||||||
requires:
|
requires:
|
||||||
- remote_tests_python
|
- remote_tests_python
|
||||||
|
# - remote_tests_rust
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
|
|||||||
Reference in New Issue
Block a user