Update .woodpecker.yml

This commit is contained in:
dullbananas 2024-05-22 14:57:55 -07:00 committed by GitHub
parent f0b2f0d1e4
commit d2f772a496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ steps:
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home
commands:
- target/lemmy_server migration run
- target/lemmy_server migration run --all
- <<: *install_diesel_cli
- diesel print-schema --config-file=diesel.toml > tmp.schema
- diff tmp.schema crates/db_schema/src/schema.rs