From 9ada07ca4274bbb878be63cc7bbf2dd8c4c53086 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 22 Jan 2020 13:46:36 -0800 Subject: [PATCH] ask CI for more information, this doesn't reproduce elsewhere? --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) 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"