Skip to content

Commit ca29db9

Browse files
committed
RUST_LOG for CI
1 parent 33020c1 commit ca29db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
--headless &> ./devserver.log &
215215
216216
- name: Run Tests # DEBUG,temporal_sdk_core=DEBUG,temporal_client=DEBUG,temporal_sdk=DEBUG
217-
run: npm run test
217+
run: RUST_LOG=DEBUG,temporal_sdk_core=DEBUG,temporal_client=DEBUG,temporal_sdk=DEBUG npm run test
218218
env:
219219
RUN_INTEGRATION_TESTS: true
220220
REUSE_V8_CONTEXT: ${{ matrix.reuse-v8-context }}

0 commit comments

Comments
 (0)