Try removing features.

This commit is contained in:
Dessalines 2024-05-16 11:11:56 -04:00
parent 7cb5289064
commit 054910305f
1 changed files with 1 additions and 1 deletions

View File

@ -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