Skip to content

Commit

Permalink
build: add presubmit testing for windows / mac
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 5, 2024
1 parent 747aedd commit 1a51236
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
- name: Build the documentation.
run: nox -s docs
unit:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
variant: ['cpp', 'python', 'upb']
# TODO(https://github.com/googleapis/proto-plus-python/issues/389):
Expand All @@ -56,6 +57,8 @@ jobs:
python: 3.12
- variant: "cpp"
python: 3.13
- os: "macos-latest"
python: 3.7
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit 1a51236

Please sign in to comment.