Skip to content

Commit

Permalink
add windows for rust tests and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 24, 2023
1 parent ad11c21 commit 07e9c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

rust-tests:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

test-imports:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down

0 comments on commit 07e9c99

Please sign in to comment.