From 99afe64ba348535f9de19160e4c83250d2b5f594 Mon Sep 17 00:00:00 2001 From: IWANABETHATGUY Date: Thu, 21 Sep 2023 10:54:50 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2979e31c71..eaa715fbd29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,4 +169,4 @@ jobs: echo 'debug = false' >> Cargo.toml - name: Run test - run: cargo test --workspace -- --nocapture + run: IS_NEW_TREESHAKING=1 cargo test --workspace -- --nocapture