diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d07592d9da8..395dac17c723 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -158,6 +158,7 @@ jobs: # Build and test all features except for lightbeam - run: cargo test --features test_programs --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py -- --nocapture env: + RUST_LOG: "wasi_common=trace" RUST_BACKTRACE: 1 RUSTFLAGS: "-D warnings"