mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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
|
||||
- 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:
|
||||
|
||||
Reference in New Issue
Block a user