Skip to content

Commit

Permalink
matrix for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 24, 2023
1 parent 4f4ce6c commit 439d181
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,12 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

rust-tests:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows]
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
Expand Down Expand Up @@ -407,13 +409,13 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

test-imports:
runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [windows]
python-version: ['3.7']

steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v0
Expand Down

0 comments on commit 439d181

Please sign in to comment.