Update .woodpecker.yml

This commit is contained in:
dullbananas 2024-05-23 10:11:08 -07:00 committed by GitHub
parent 0a02ceb294
commit de1c688ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ steps:
commands:
- target/lemmy_server migration --all run
- <<: *install_diesel_cli
- 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
when: *slow_check_paths