mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
try fix config
This commit is contained in:
committed by
holger krekel
parent
feb4dfc3af
commit
cdacf6a40f
@@ -184,18 +184,16 @@ workflows:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
|
- cargo_fetch
|
||||||
- build_test_docs_wheel
|
- build_test_docs_wheel
|
||||||
requires:
|
requires:
|
||||||
- cargo_fetch
|
- cargo_fetch
|
||||||
|
|
||||||
- upload_docs_wheels:
|
- upload_docs_wheels:
|
||||||
requires:
|
requires:
|
||||||
- build_test_docs_wheel
|
- build_test_docs_wheel
|
||||||
- cargo_fetch
|
|
||||||
- rustfmt:
|
- rustfmt:
|
||||||
requires:
|
requires:
|
||||||
- cargo_fetch
|
- cargo_fetch
|
||||||
|
|
||||||
- clippy:
|
- clippy:
|
||||||
requires:
|
requires:
|
||||||
- cargo_fetch
|
- cargo_fetch
|
||||||
|
|||||||
Reference in New Issue
Block a user