Skip to content

Commit

Permalink
ci: fix windows tests failure (#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Apr 12, 2022
1 parent a7e27b0 commit 13040f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ on:
pull_request:
paths:
- 'polars/**'
- '.github/workflows/test-windows.yaml'
jobs:
test-rust:
runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install latest Rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-04-01
override: true
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
set RUSTFLAGS="-C debuginfo=0"
cd polars && make test && make integration-tests

0 comments on commit 13040f9

Please sign in to comment.