From 86ab449ac9a5a19b48e7711c39fdc7bc805cbb50 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 2 Jan 2024 20:18:59 -0800 Subject: [PATCH] Test WIN64 CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aa52ad166946..1ec035fd7816 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -303,9 +303,9 @@ jobs: cargo test --lib --tests --bins --all-features env: # do not produce debug symbols to keep memory usage down - RUSTFLAGS: -Ctarget-feature=+crt-static + RUSTFLAGS: "-C debuginfo=0 -C target-feature=+crt-static -C opt-level=3" RUST_BACKTRACE: "1" - RUST_MINSTACK: "2384500" + RUST_MINSTACK: "3000000" macos: name: cargo test (mac) runs-on: macos-latest