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 922d2a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 Down

0 comments on commit 922d2a8

Please sign in to comment.