mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
circleci: remove remote_tests_rust
Rust tests are already running on GitHub Actions, this is duplicate work.
This commit is contained in:
@@ -35,12 +35,6 @@ 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:
|
||||||
@@ -61,11 +55,6 @@ workflows:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
- remote_tests_rust:
|
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /.*/
|
|
||||||
|
|
||||||
- remote_tests_python:
|
- remote_tests_python:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user