Skip to content

Commit 86300ab

Browse files
committed
disable debug logging in bankrun tests
1 parent 693bbe1 commit 86300ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
run: cd sdk/ && yarn && yarn build && cd ..
150150

151151
- name: run anchor tests
152+
env:
153+
RUST_LOG: solana_runtime::message_processor::stable_log=info
152154
run: bash test-scripts/run-anchor-tests.sh
153155
verify-sdk-configs:
154156
name: Verify SDK Configs

0 commit comments

Comments
 (0)