Skip to content

Commit 9342986

Browse files
committed
Test WIN64 CI
1 parent ea3a46a commit 9342986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
cargo test --lib --tests --bins --all-features
304304
env:
305305
# do not produce debug symbols to keep memory usage down
306-
RUSTFLAGS: "-C debuginfo=0 target-feature=+crt-static"
306+
RUSTFLAGS: -Ctarget-feature=+crt-static
307307
RUST_BACKTRACE: "1"
308308

309309
macos:

0 commit comments

Comments
 (0)