debug(tests): set debug to 1 for integration tests too

This commit is contained in:
perf3ct 2025-07-08 19:49:44 +00:00
parent 03555ed756
commit b4a8f9473c
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ jobs:
WATCH_FOLDER: ./watch WATCH_FOLDER: ./watch
RUST_LOG: debug RUST_LOG: debug
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
DEBUG: 1
- name: Print server logs on failure - name: Print server logs on failure
if: failure() if: failure()