Skip to content

test: add cross-platform build matrix#999

Open
cyphercodes wants to merge 1 commit intodapr:mainfrom
cyphercodes:cyphercodes/add-cross-platform-build-matrix
Open

test: add cross-platform build matrix#999
cyphercodes wants to merge 1 commit intodapr:mainfrom
cyphercodes:cyphercodes/add-cross-platform-build-matrix

Conversation

@cyphercodes
Copy link
Copy Markdown

Description

Adds Windows and macOS runners to the main build.yaml build/test job so PR and merge queue validation covers all supported platforms, not only Ubuntu. The unit-test job now uses an explicit tox environment from the matrix instead of a POSIX shell substitution, which keeps the step portable across GitHub-hosted Linux, Windows, and macOS runners. Typing remains Linux-only because it is platform-independent and the lint job already stays Linux-only.

Issue reference

Closes #998

Verification

  • Parsed .github/workflows/build.yaml with PyYAML and asserted the expected OS/Python tox matrix is present.
  • Ran actionlint .github/workflows/build.yaml.
  • Ran git diff --check.

Checklist

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: cyphercodes <cyphercodes@users.noreply.github.com>
@cyphercodes cyphercodes requested review from a team as code owners April 29, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: add Windows and macOS to CI test matrix

1 participant