mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-07 10:42:19 +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:
|
||||
- <<: *install_binstall
|
||||
# Install diesel_cli
|
||||
- cargo binstall -y diesel_cli -- --no-default-features --features postgres
|
||||
- cargo binstall -y diesel_cli
|
||||
- diesel migration run
|
||||
- diesel print-schema --config-file=diesel.toml > tmp.schema
|
||||
- diff tmp.schema crates/db_schema/src/schema.rs
|
||||
|
|
Loading…
Reference in a new issue