mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Update .woodpecker.yml
This commit is contained in:
parent
80e0318810
commit
bda834eeff
1 changed files with 1 additions and 1 deletions
|
@ -181,6 +181,7 @@ steps:
|
|||
LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
|
||||
RUST_BACKTRACE: "1"
|
||||
CARGO_HOME: .cargo_home
|
||||
LEMMY_TEST_FAST_FEDERATION: "1"
|
||||
commands:
|
||||
- export LEMMY_CONFIG_LOCATION=../../config/config.hjson
|
||||
- cargo test --workspace --no-fail-fast
|
||||
|
@ -236,7 +237,6 @@ steps:
|
|||
- cd api_tests/
|
||||
- pnpm i
|
||||
- pnpm api-test
|
||||
- pnpm api-test # run twice to ensure they don't depend on specific state
|
||||
when: *slow_check_paths
|
||||
|
||||
federation_tests_server_output:
|
||||
|
|
Loading…
Reference in a new issue