Skip to content

Commit 86ab449

Browse files
committed
Test WIN64 CI
1 parent d057232 commit 86ab449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ jobs:
303303
cargo test --lib --tests --bins --all-features
304304
env:
305305
# do not produce debug symbols to keep memory usage down
306-
RUSTFLAGS: -Ctarget-feature=+crt-static
306+
RUSTFLAGS: "-C debuginfo=0 -C target-feature=+crt-static -C opt-level=3"
307307
RUST_BACKTRACE: "1"
308-
RUST_MINSTACK: "2384500"
308+
RUST_MINSTACK: "3000000"
309309
macos:
310310
name: cargo test (mac)
311311
runs-on: macos-latest

0 commit comments

Comments
 (0)