Skip to content

Commit

Permalink
Also run tests for windows 386
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Aug 20, 2023
1 parent 3583484 commit 3b840a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
env: '["py38"]'
os: windows-latest
wheel-tags: true
main-windows-x86:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py38"]'
os: windows-latest
wheel-tags: true
arch: '["x86"]'
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
Expand Down

0 comments on commit 3b840a7

Please sign in to comment.