mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 00:43:59 +00:00
This commit is contained in:
parent
13ca1111c4
commit
9a458d2e4b
2 changed files with 4 additions and 7 deletions
|
@ -25,12 +25,9 @@ steps:
|
||||||
- name: check with different features
|
- name: check with different features
|
||||||
image: clux/muslrust:1.59.0
|
image: clux/muslrust:1.59.0
|
||||||
commands:
|
commands:
|
||||||
# api with minimal deps
|
- cargo install cargo-workspaces
|
||||||
- cargo check -p lemmy_api_common
|
- cargo workspaces exec cargo check --no-default-features
|
||||||
# opentelemetry console
|
- cargo workspaces exec cargo check --all-features
|
||||||
- cargo check --features console
|
|
||||||
# default features
|
|
||||||
- cargo check
|
|
||||||
|
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
image: clux/muslrust:1.59.0
|
image: clux/muslrust:1.59.0
|
||||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lemmy_utils = { version = "=0.16.5", path = "../utils" }
|
lemmy_utils = { version = "=0.16.5", path = "../utils" }
|
||||||
lemmy_api_common = { version = "=0.16.5", path = "../api_common" }
|
lemmy_api_common = { version = "=0.16.5", path = "../api_common", features = ["full"] }
|
||||||
lemmy_db_schema = { version = "=0.16.5", path = "../db_schema", features = ["full"] }
|
lemmy_db_schema = { version = "=0.16.5", path = "../db_schema", features = ["full"] }
|
||||||
lemmy_db_views = { version = "=0.16.5", path = "../db_views", features = ["full"] }
|
lemmy_db_views = { version = "=0.16.5", path = "../db_views", features = ["full"] }
|
||||||
lemmy_db_views_actor = { version = "=0.16.5", path = "../db_views_actor", features = ["full"] }
|
lemmy_db_views_actor = { version = "=0.16.5", path = "../db_views_actor", features = ["full"] }
|
||||||
|
|
Loading…
Reference in a new issue