Skip to content

Commit

Permalink
tests: don't bother caching Rust on Windows - GH Windows Action Runne…
Browse files Browse the repository at this point in the history
…rs are too underpowered and its too slow!

pretty much canceling the benefits of caching Rust compilation

[skip ci]
  • Loading branch information
jqnatividad committed Nov 15, 2024
1 parent 35e803a commit b308901
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
python-version: '3.12'
- name: Update Rust
run: rustup update
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsv-wincache
# - name: Setup Rust-cache
# uses: Swatinem/rust-cache@v2
# with:
# key: qsv-wincache
- name: make empty DLLs directory to prevent spurious python warning
run: |
mkdir DLLs
- name: Run tests
env:
RUSTFLAGS: -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+avx2,+fma,+bmi1,+bmi2,+lzcnt,+pclmulqdq
run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,feature_capable,lens
run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,feature_capable,ui

0 comments on commit b308901

Please sign in to comment.