mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 00:01:25 +00:00
Update .woodpecker.yml
This commit is contained in:
parent
f9af3dec38
commit
1e56bdef4d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue