mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-08 11:11:37 +00:00
Try removing features.
This commit is contained in:
parent
7cb5289064
commit
054910305f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- <<: *install_binstall
|
- <<: *install_binstall
|
||||||
# Install diesel_cli
|
# Install diesel_cli
|
||||||
- cargo binstall -y diesel_cli -- --no-default-features --features postgres
|
- cargo binstall -y diesel_cli
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
- diesel print-schema --config-file=diesel.toml > tmp.schema
|
- diesel print-schema --config-file=diesel.toml > tmp.schema
|
||||||
- diff tmp.schema crates/db_schema/src/schema.rs
|
- diff tmp.schema crates/db_schema/src/schema.rs
|
||||||
|
|
Loading…
Reference in a new issue