Skip to content

Commit e63fdd9

Browse files
committed
chore: disable print logging
1 parent 1b225a1 commit e63fdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Run rust tests with nextest (zksync-os)
208208
env:
209209
SSO_TEST_NODE_BACKEND: zksyncos
210-
SSO_ZKSYNC_OS_PRINT_LOGS: "true"
210+
SSO_ZKSYNC_OS_PRINT_LOGS: "false"
211211
run: cargo nextest run --profile ci --all-features
212212
working-directory: packages/sdk-platforms/rust/zksync-sso-erc4337
213213

0 commit comments

Comments
 (0)