From b4a8f9473cb55c217e955ee1ca2011981bdeab31 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 8 Jul 2025 19:49:44 +0000 Subject: [PATCH] debug(tests): set debug to 1 for integration tests too --- .github/workflows/test-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 40248c7..c0915c8 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -146,6 +146,7 @@ jobs: WATCH_FOLDER: ./watch RUST_LOG: debug RUST_BACKTRACE: 1 + DEBUG: 1 - name: Print server logs on failure if: failure()