debug(tests): set debug to 1 for integration tests too
This commit is contained in:
parent
03555ed756
commit
b4a8f9473c
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue