Skip to content

Commit 96ef5ec

Browse files
authored
ci: reduce log spam on wasm (#7966)
1 parent d2f8c44 commit 96ef5ec

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
@@ -37,7 +37,7 @@ env:
3737
CARGO_INCREMENTAL: false
3838
CARGO_TERM_COLOR: always
3939
WGPU_DX12_COMPILER: dxc
40-
RUST_LOG: debug
40+
RUST_LOG: debug,wasm_bindgen_wasm_interpreter=warn,wasm_bindgen_cli_support=warn,walrus=warn
4141
RUST_BACKTRACE: full
4242
PKG_CONFIG_ALLOW_CROSS: 1 # allow android to work
4343
RUSTFLAGS: -D warnings

0 commit comments

Comments
 (0)