Update .woodpecker.yml

This commit is contained in:
dullbananas 2024-05-23 12:23:24 -07:00 committed by GitHub
parent f9af3dec38
commit 1e56bdef4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,6 +196,8 @@ steps:
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home
commands:
# Install pg_dump, which is used by schema setup test
- apt update && apt install -y postgresql-client-16
- export LEMMY_CONFIG_LOCATION=../../config/config.hjson
- cargo test --workspace --no-fail-fast
when: *slow_check_paths