Skip to content

Commit

Permalink
Test WIN64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jan 3, 2024
1 parent d057232 commit 86ab449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86ab449

Please sign in to comment.