Skip to content

Commit

Permalink
CI: Run Python build tests on PRs
Browse files Browse the repository at this point in the history
This is the only regular testing we get on exotic platforms (Windows,
MacOS), and it helps spot changes in the manifest Cargo.toml that only
manifest during Python builds.
  • Loading branch information
chrysn committed Jun 23, 2024
1 parent 840bde5 commit e9944be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
tags: 'v*'
workflow_dispatch:
pull_request:

jobs:
build-python-wheels:
Expand Down

0 comments on commit e9944be

Please sign in to comment.